Skip to content

原文の変更に追随 (usr_44) #173

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 2 commits into from
Sep 17, 2017
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/usr_44.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*usr_44.txt* For Vim バージョン 8.0. Last change: 2008 Dec 28
*usr_44.txt* For Vim バージョン 8.0. Last change: 2017 May 06

VIM USER MANUAL - by Bram Moolenaar

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

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

ユーザー設定を変更しないでください。'tabstop' や 'expandtab' などの設定を変更
してはいけません。そのような設定はファイルタイププラグインの仕事です。
Expand Down
4 changes: 2 additions & 2 deletions en/usr_44.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*usr_44.txt* For Vim version 8.0. Last change: 2008 Dec 28
*usr_44.txt* For Vim version 8.0. Last change: 2017 May 06

VIM USER MANUAL - by Bram Moolenaar

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

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

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