comparison runtime/doc/os_beos.txt @ 11473:bd6ff5246c71

Update runtime files. commit https://github.com/vim/vim/commit/6aa8cea46d4179b2617daae034063dd0d8054e35 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jun 5 14:44:35 2017 +0200 Update runtime files.
author Christian Brabandt <cb@256bit.org>
date Mon, 05 Jun 2017 14:45:04 +0200
parents 9f48eab77d62
children 1174611ad715
comparison
equal deleted inserted replaced
11472:7b3e6e31fbb6 11473:bd6ff5246c71
142 The default value for $VIM is set at compile time and can be determined with > 142 The default value for $VIM is set at compile time and can be determined with >
143 143
144 :version 144 :version
145 145
146 The normal value is /boot/home/config/share/vim. If you don't like it you can 146 The normal value is /boot/home/config/share/vim. If you don't like it you can
147 set the VIM environment variable to override this, or set 'helpfile' in your 147 set the Vim environment variable to override this, or set 'helpfile' in your
148 .vimrc: > 148 .vimrc: >
149 149
150 :if version >= 500 150 :if version >= 500
151 : set helpfile=~/vim/vim54/doc/help.txt 151 : set helpfile=~/vim/vim54/doc/help.txt
152 : syntax on 152 : syntax on