Skip to content

Commit 4adbdfe

Browse files
authored
Merge pull request #2246 from h-east/update-ft_sql
Update ft_sql.{txt,jax}
2 parents 88f0c82 + a769022 commit 4adbdfe

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

doc/ft_sql.jax

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
22

33
by David Fishburn
44

@@ -394,7 +394,7 @@ static マップ(構文ハイライトグループに基づいている)は以
394394
----------------
395395
dynamic モードではデータベースから直接抽出したデータを元にポップアップを表示し
396396
ます。dynamic 機能を有効にするためには dbext.vim をインストールしなければなり
397-
ません(http://vim.sourceforge.net/script.php?script_id=356)。
397+
ません(https://www.vim.org/scripts/script.php?script_id=356)。
398398

399399
dynamic モードは SQL 補完プラグインのいくつかの機能から使われています。dbext
400400
プラグインをインストールしたら dbext-tutorial の設定と使い方を読んでください。
@@ -475,12 +475,12 @@ static な機能
475475
dynamic な機能
476476
----------------
477477
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 の機能を利用します。
484484

485485
dbext.vim を正しく設定したら、テストするためにコマンド :DBListTable を実行しま
486486
す。テーブルのリストが表示されれば dbext.vim が正常に動作しています。表示され

en/ft_sql.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
22

33
by David Fishburn
44

@@ -407,7 +407,7 @@ Here are some examples of the entries which are pulled from the syntax files: >
407407
----------------
408408
Dynamic mode populates the popups with data directly from a database. In
409409
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).
411411

412412
Dynamic mode is used by several features of the SQL completion plugin.
413413
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
491491
Dynamic features
492492
----------------
493493
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
495495
also comes with a tutorial. From the SQL completion plugin's perspective,
496496
the main feature dbext provides is a connection to a database. dbext
497497
connection profiles are the most efficient mechanism to define connection

0 commit comments

Comments
 (0)