Skip to content

Update ft_sql.{txt,jax} #2246

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions doc/ft_sql.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*ft_sql.txt* For Vim バージョン 9.1. Last change: 2025 Aug 06
*ft_sql.txt* For Vim バージョン 9.1. Last change: 2025 Aug 10

by David Fishburn

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

dynamic モードは SQL 補完プラグインのいくつかの機能から使われています。dbext
プラグインをインストールしたら dbext-tutorial の設定と使い方を読んでください。
Expand Down Expand Up @@ -475,12 +475,12 @@ static な機能
dynamic な機能
----------------
dynamic な機能を使うにはまず dbext.vim
(http://vim.sourceforge.net/script.php?script_id=356) をインストールしなければ
なりません。このプラグインにはチュートリアルが付属しています。SQL 補完プラグイ
ンの観点からすると、dbext の主な機能はデータベースへの接続です。dbext の接続プ
ロファイルは接続情報を定義するためのもっとも効果的なメカニズムです。一度接続が
確立されていれば、SQL 補完プラグインはポップアップを表示する際にバックグラウン
ドで dbext の機能を利用します。
(https://www.vim.org/scripts/script.php?script_id=356) をインストールしなけれ
ばなりません。このプラグインにはチュートリアルが付属しています。SQL 補完プラグ
インの観点からすると、dbext の主な機能はデータベースへの接続です。dbext の接続
プロファイルは接続情報を定義するためのもっとも効果的なメカニズムです。一度接続
が確立されていれば、SQL 補完プラグインはポップアップを表示する際にバックグラウ
ンドで dbext の機能を利用します。

dbext.vim を正しく設定したら、テストするためにコマンド :DBListTable を実行しま
す。テーブルのリストが表示されれば dbext.vim が正常に動作しています。表示され
Expand Down
6 changes: 3 additions & 3 deletions en/ft_sql.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*ft_sql.txt* For Vim version 9.1. Last change: 2025 Aug 06
*ft_sql.txt* For Vim version 9.1. Last change: 2025 Aug 10

by David Fishburn

Expand Down Expand Up @@ -407,7 +407,7 @@ Here are some examples of the entries which are pulled from the syntax files: >
----------------
Dynamic mode populates the popups with data directly from a database. In
order for the dynamic feature to be enabled you must have the dbext.vim
plugin installed, (http://vim.sourceforge.net/script.php?script_id=356).
plugin installed, (https://www.vim.org/scripts/script.php?script_id=356).

Dynamic mode is used by several features of the SQL completion plugin.
After installing the dbext plugin see the dbext-tutorial for additional
Expand Down Expand Up @@ -491,7 +491,7 @@ depending on the syntax file you are using. The SQL Anywhere syntax file
Dynamic features
----------------
To take advantage of the dynamic features you must first install the
dbext.vim plugin (http://vim.sourceforge.net/script.php?script_id=356). It
dbext.vim plugin (https://www.vim.org/scripts/script.php?script_id=356). It
also comes with a tutorial. From the SQL completion plugin's perspective,
the main feature dbext provides is a connection to a database. dbext
connection profiles are the most efficient mechanism to define connection
Expand Down