Skip to content

Commit 3c2b717

Browse files
authored
Merge pull request #1778 from h-east/update-quickref
Update quickref.{txt,jax}
2 parents 7902f25 + 06462d8 commit 3c2b717

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/quickref.jax

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*quickref.txt* For Vim バージョン 9.1. Last change: 2024 Oct 22
1+
*quickref.txt* For Vim バージョン 9.1. Last change: 2024 Nov 02
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -724,7 +724,7 @@
724724
'fileignorecase' 'fic' ファイル名の大文字と小文字を区別するかどうか
725725
'filetype' 'ft' 自動コマンドで使うファイルタイプ名
726726
'fillchars' 'fcs' 特殊な表示に使う文字
727-
'findexpr' 'fexpr' |:find| を評価する式
727+
'findfunc' 'ffu' |:find| コマンドで呼び出される関数
728728
'fixendofline' 'fixeol' ファイル末尾に <EOL> を必ずつける
729729
'fkmap' 'fk' Farsi(ペルシア語)のための廃止オプション
730730
'foldclose' 'fcl' カーソル下以外の折り畳みを閉じる

en/quickref.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*quickref.txt* For Vim version 9.1. Last change: 2024 Oct 22
1+
*quickref.txt* For Vim version 9.1. Last change: 2024 Nov 02
22

33

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

0 commit comments

Comments
 (0)