Skip to content

Commit a05d06f

Browse files
authored
Merge pull request #173 from uakms/catch-up-usr_44
原文の変更に追随 (usr_44)
2 parents cca07dc + 82f009d commit a05d06f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/usr_44.jax

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*usr_44.txt* For Vim バージョン 8.0. Last change: 2008 Dec 28
1+
*usr_44.txt* For Vim バージョン 8.0. Last change: 2017 May 06
22

33
VIM USER MANUAL - by Bram Moolenaar
44

@@ -678,7 +678,7 @@ Vim 5.8 との互換性が必要なら次のようにします: >
678678
をリセットする必要があるかもしれません。
679679

680680
構文ファイルが Vim 5.x でも動作するようにするには、v:version をチェックする必
681-
要があります。実例は yacc.vim を参照してください
681+
要があります。実例は Vim 7.2 配布物内のシンタックスファイルを探してください
682682

683683
ユーザー設定を変更しないでください。'tabstop''expandtab' などの設定を変更
684684
してはいけません。そのような設定はファイルタイププラグインの仕事です。

en/usr_44.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*usr_44.txt* For Vim version 8.0. Last change: 2008 Dec 28
1+
*usr_44.txt* For Vim version 8.0. Last change: 2017 May 06
22

33
VIM USER MANUAL - by Bram Moolenaar
44

@@ -686,7 +686,7 @@ that included files do this too, you might have to reset "b:current_syntax" if
686686
you include two files.
687687

688688
If you want your syntax file to work with Vim 5.x, add a check for v:version.
689-
See yacc.vim for an example.
689+
Find an syntax file in the Vim 7.2 distribution for an example.
690690

691691
Do not include anything that is a user preference. Don't set 'tabstop',
692692
'expandtab', etc. These belong in a filetype plugin.

0 commit comments

Comments
 (0)