Skip to content
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

Update os_beos from Vim 8.0 to 8.1 #231

Merged
merged 1 commit into from
Jun 13, 2018
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/os_beos.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*os_beos.txt* For Vim バージョン 8.0. Last change: 2016 Mar 28
*os_beos.txt* For Vim バージョン 8.1. Last change: 2016 Mar 28


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -151,7 +151,7 @@ $VIMにはVim支援ファイルの格納場所が記憶されている。$VIMの

:version

通常の値は/boot/home/config/share/vimである。これが気に入らなければ環境変数VIM
通常の値は/boot/home/config/share/vimである。これが気に入らなければ環境変数Vim
を設定することでこれを上書するか、.vimrcで 'helpfile' を設定する: >

:if version >= 500
Expand Down
4 changes: 2 additions & 2 deletions en/os_beos.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*os_beos.txt* For Vim version 8.0. Last change: 2016 Mar 28
*os_beos.txt* For Vim version 8.1. Last change: 2016 Mar 28


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -144,7 +144,7 @@ The default value for $VIM is set at compile time and can be determined with >
:version

The normal value is /boot/home/config/share/vim. If you don't like it you can
set the VIM environment variable to override this, or set 'helpfile' in your
set the Vim environment variable to override this, or set 'helpfile' in your
.vimrc: >

:if version >= 500
Expand Down