Skip to content

Commit 4290be7

Browse files
committed
Update ft_sql.{txt,jax}
1 parent 3937f8b commit 4290be7

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

doc/ft_sql.jax

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -489,15 +489,15 @@ dbext.vim を正しく設定したら、テストするためにコマンド :DB
489489
既に dbext のチュートリアルをやっていれば、<C-C>t でテーブルのリストを表示でき
490490
ることをご存知でしょう。dbext がテーブルリストを作成する間、少々時間がかかりま
491491
す。リストが表示されたら <C-W> を押してください。するとポップアップウィンドウ
492-
と既に選択されたテーブル名の両方が消えます。 >
492+
と既に選択されたテーブル名の両方が消えます。
493493

494494
4.3.1 テーブル補完 *sql-completion-tables*
495495

496496
dbext により接続したデータベース内のテーブルのリストを表示するには <C-C>t を押
497497
します。
498498
NOTE: SQL 補完ポップアップはすべてキーマップの前のプリフィックスに対応していま
499499
す。プリフィックスを指定すると、ポップアップウィンドウの内容がその文字列で始ま
500-
るものだけに制限されます。 >
500+
るものだけに制限されます。
501501

502502
4.3.2 カラム補完 *sql-completion-columns*
503503

@@ -567,13 +567,13 @@ select 文を書くための特別な機能があります。次の文を書く
567567
ムのリストがポップアップ表示します。これは、select 文の開始位置を見て FROM 句
568568
で指定されたテーブルのリストを探しています。この場合は文字列 "customer c"
569569
("c" は customer テーブルのエイリアス)が発見されます。省略可能なキーワード
570-
"AS" にも対応しています。例: "customer AS c" >
570+
"AS" にも対応しています。例: "customer AS c"
571571

572572

573573
4.3.3 プロシージャ補完: *sql-completion-procedures*
574574

575575
テーブルリストと同様に、<C-C>p でデータベースに登録されているストアドプロシー
576-
ジャのリストを表示できます。 >
576+
ジャのリストを表示できます。
577577

578578
4.3.4 ビュー補完: *sql-completion-views*
579579

en/ft_sql.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -506,15 +506,15 @@ documentation.
506506
Assuming you have followed the dbext-tutorial you can press <C-C>t to
507507
display a list of tables. There is a delay while dbext is creating the table
508508
list. After the list is displayed press <C-W>. This will remove both the
509-
popup window and the table name already chosen when the list became active. >
509+
popup window and the table name already chosen when the list became active.
510510

511511
4.3.1 Table Completion: *sql-completion-tables*
512512

513513
Press <C-C>t to display a list of tables from within the database you
514514
have connected via the dbext plugin.
515515
NOTE: All of the SQL completion popups support typing a prefix before pressing
516516
the key map. This will limit the contents of the popup window to just items
517-
beginning with those characters. >
517+
beginning with those characters.
518518

519519
4.3.2 Column Completion: *sql-completion-columns*
520520

@@ -587,13 +587,13 @@ popup a list of columns for the customer table. It does this by looking back
587587
to the beginning of the select statement and finding a list of the tables
588588
specified in the FROM clause. In this case it notes that in the string
589589
"customer c", "c" is an alias for the customer table. The optional "AS"
590-
keyword is also supported, "customer AS c". >
590+
keyword is also supported, "customer AS c".
591591

592592

593593
4.3.3 Procedure Completion: *sql-completion-procedures*
594594

595595
Similar to the table list, <C-C>p, will display a list of stored
596-
procedures stored within the database. >
596+
procedures stored within the database.
597597

598598
4.3.4 View Completion: *sql-completion-views*
599599

0 commit comments

Comments
 (0)