Skip to content

Commit

Permalink
Merge pull request #1745 from gemmaro/chore
Browse files Browse the repository at this point in the history
  • Loading branch information
tsuyoshicho authored Oct 12, 2024
2 parents c964cea + 18fc669 commit 8362642
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/ft_sql.jax
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ select 文を書くための特別な機能があります。次の文を書く
4.3.4 ビュー補完: *sql-completion-views*

テーブルリストと同様に、<C-C>v でデータベースに登録されているビューのリストを
表示できます。 >
表示できます。


4.4 補完のカスタマイズ *sql-completion-customization*
Expand Down
2 changes: 1 addition & 1 deletion doc/gui_w32.jax
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ GUIは常にWindowsのサブシステムとして実行される。ほとんど
start gvim [options] file ..
< *E988*
コンソールバージョンに |-g| オプションを付けても gvim.exe が実行されて GUI を
スタートできる
スタートできる: >
vim -g [options] file ..
この機能を動作させるには、gvim.exe が vim.exe と同一のディレクトリに存在し、か
つこの機能を有効にしてコンパイルされていなければならない。
Expand Down
2 changes: 1 addition & 1 deletion doc/if_cscop.jax
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ tagsのようになるので、普通のタグのようなジャンプ操作 (Ct
:cscope find t initOnce
:cscope find t initOnce
<
この例の上の方は、"initOnce" というテキストを検索し、下の方は
"initOnce" を検索する。 >
Expand Down
2 changes: 1 addition & 1 deletion doc/os_qnx.jax
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

1. 概要 *qnx-general*

ONX上のVimはほとんどUNIXと同じように動作する|os_unix.txt|
QNX上のVimはほとんどUNIXと同じように動作する|os_unix.txt|

==============================================================================
2. Vimをコンパイルする *qnx-compiling*
Expand Down

0 comments on commit 8362642

Please sign in to comment.