Skip to content

Update quickref.{txt,jax} #1768

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
Oct 26, 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
3 changes: 2 additions & 1 deletion 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 Mar 03
*quickref.txt* For Vim バージョン 9.1. Last change: 2024 Oct 22


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


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -707,6 +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|
'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