Skip to content

Update quickref.{txt,jax} #1778

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
Nov 7, 2024
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
4 changes: 2 additions & 2 deletions doc/quickref.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*quickref.txt* For Vim バージョン 9.1. Last change: 2024 Oct 22
*quickref.txt* For Vim バージョン 9.1. Last change: 2024 Nov 02


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -724,7 +724,7 @@
'fileignorecase' 'fic' ファイル名の大文字と小文字を区別するかどうか
'filetype' 'ft' 自動コマンドで使うファイルタイプ名
'fillchars' 'fcs' 特殊な表示に使う文字
'findexpr' 'fexpr' |:find| を評価する式
'findfunc' 'ffu' |:find| コマンドで呼び出される関数
'fixendofline' 'fixeol' ファイル末尾に <EOL> を必ずつける
'fkmap' 'fk' Farsi(ペルシア語)のための廃止オプション
'foldclose' 'fcl' カーソル下以外の折り畳みを閉じる
Expand Down
4 changes: 2 additions & 2 deletions en/quickref.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*quickref.txt* For Vim version 9.1. Last change: 2024 Oct 22
*quickref.txt* For Vim version 9.1. Last change: 2024 Nov 02


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -707,7 +707,7 @@ Short explanation of each option: *option-list*
'fileignorecase' 'fic' ignore case when using file names
'filetype' 'ft' type of file, used for autocommands
'fillchars' 'fcs' characters to use for displaying special items
'findexpr' 'fexpr' expression to evaluate for |:find|
'findfunc' 'ffu' function to be called for the |:find| command
'fixendofline' 'fixeol' make sure last line in file has <EOL>
'fkmap' 'fk' obsolete option for Farsi
'foldclose' 'fcl' close a fold when the cursor leaves it
Expand Down