Skip to content

Commit

Permalink
Merge pull request #1778 from h-east/update-quickref
Browse files Browse the repository at this point in the history
Update quickref.{txt,jax}
  • Loading branch information
h-east authored Nov 7, 2024
2 parents 7902f25 + 06462d8 commit 3c2b717
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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

0 comments on commit 3c2b717

Please sign in to comment.