From a769022743041831e151779eaed50bb42b899f39 Mon Sep 17 00:00:00 2001 From: h-east Date: Sun, 10 Aug 2025 22:15:26 +0900 Subject: [PATCH] Update ft_sql.{txt,jax} --- doc/ft_sql.jax | 16 ++++++++-------- en/ft_sql.txt | 6 +++--- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/doc/ft_sql.jax b/doc/ft_sql.jax index fae620cdd..d25bfeaa9 100644 --- a/doc/ft_sql.jax +++ b/doc/ft_sql.jax @@ -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 @@ -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 の設定と使い方を読んでください。 @@ -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 が正常に動作しています。表示され diff --git a/en/ft_sql.txt b/en/ft_sql.txt index 0f466b407..22706c123 100644 --- a/en/ft_sql.txt +++ b/en/ft_sql.txt @@ -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 @@ -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 @@ -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