File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
- *ft_sql.txt* For Vim バージョン 9.1. Last change: 2025 Aug 06
1
+ *ft_sql.txt* For Vim バージョン 9.1. Last change: 2025 Aug 10
2
2
3
3
by David Fishburn
4
4
@@ -394,7 +394,7 @@ static マップ(構文ハイライトグループに基づいている)は以
394
394
----------------
395
395
dynamic モードではデータベースから直接抽出したデータを元にポップアップを表示し
396
396
ます。dynamic 機能を有効にするためには dbext.vim をインストールしなければなり
397
- ません(http ://vim.sourceforge.net /script.php?script_id=356 )。
397
+ ません(https ://www. vim.org/scripts /script.php?script_id=356 )。
398
398
399
399
dynamic モードは SQL 補完プラグインのいくつかの機能から使われています。dbext
400
400
プラグインをインストールしたら dbext-tutorial の設定と使い方を読んでください。
@@ -475,12 +475,12 @@ static な機能
475
475
dynamic な機能
476
476
----------------
477
477
dynamic な機能を使うにはまず dbext.vim
478
- (http ://vim.sourceforge.net/ script.php?script_id=356 ) をインストールしなければ
479
- なりません 。このプラグインにはチュートリアルが付属しています。SQL 補完プラグイ
480
- ンの観点からすると 、dbext の主な機能はデータベースへの接続です。dbext の接続プ
481
- ロファイルは接続情報を定義するためのもっとも効果的なメカニズムです。一度接続が
482
- 確立されていれば 、SQL 補完プラグインはポップアップを表示する際にバックグラウン
483
- ドで dbext の機能を利用します。
478
+ (https ://www. vim.org/scripts/ script.php?script_id=356 ) をインストールしなけれ
479
+ ばなりません 。このプラグインにはチュートリアルが付属しています。SQL 補完プラグ
480
+ インの観点からすると 、dbext の主な機能はデータベースへの接続です。dbext の接続
481
+ プロファイルは接続情報を定義するためのもっとも効果的なメカニズムです。一度接続
482
+ が確立されていれば 、SQL 補完プラグインはポップアップを表示する際にバックグラウ
483
+ ンドで dbext の機能を利用します。
484
484
485
485
dbext.vim を正しく設定したら、テストするためにコマンド :DBListTable を実行しま
486
486
す。テーブルのリストが表示されれば dbext.vim が正常に動作しています。表示され
Original file line number Diff line number Diff line change 1
- *ft_sql.txt* For Vim version 9.1. Last change: 2025 Aug 06
1
+ *ft_sql.txt* For Vim version 9.1. Last change: 2025 Aug 10
2
2
3
3
by David Fishburn
4
4
@@ -407,7 +407,7 @@ Here are some examples of the entries which are pulled from the syntax files: >
407
407
----------------
408
408
Dynamic mode populates the popups with data directly from a database. In
409
409
order for the dynamic feature to be enabled you must have the dbext.vim
410
- plugin installed, (http ://vim.sourceforge.net /script.php?script_id=356 ).
410
+ plugin installed, (https ://www. vim.org/scripts /script.php?script_id=356 ).
411
411
412
412
Dynamic mode is used by several features of the SQL completion plugin.
413
413
After installing the dbext plugin see the dbext-tutorial for additional
@@ -491,7 +491,7 @@ depending on the syntax file you are using. The SQL Anywhere syntax file
491
491
Dynamic features
492
492
----------------
493
493
To take advantage of the dynamic features you must first install the
494
- dbext.vim plugin (http ://vim.sourceforge.net /script.php?script_id=356 ). It
494
+ dbext.vim plugin (https ://www. vim.org/scripts /script.php?script_id=356 ). It
495
495
also comes with a tutorial. From the SQL completion plugin's perspective,
496
496
the main feature dbext provides is a connection to a database. dbext
497
497
connection profiles are the most efficient mechanism to define connection
You can’t perform that action at this time.
0 commit comments