diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2018-10-29 09:37:48 +0100 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2018-10-29 09:39:48 +0100 |
| commit | 5a022c71e45660dde1b9d13907c84f32564e3888 (patch) | |
| tree | 5400e9936d96d9fad7904b62347c91947e7163ef /runtime/doc | |
| parent | 884ac811355fc4e16bb73798bc5329f41499e3cd (diff) | |
| download | rneovim-5a022c71e45660dde1b9d13907c84f32564e3888.tar.gz rneovim-5a022c71e45660dde1b9d13907c84f32564e3888.tar.bz2 rneovim-5a022c71e45660dde1b9d13907c84f32564e3888.zip | |
vim-patch:6dc819b1299e
Updated runtime and language files.
https://github.com/vim/vim/commit/6dc819b1299e1d9f99303568772ade544d5c1322
Diffstat (limited to 'runtime/doc')
| -rw-r--r-- | runtime/doc/editing.txt | 4 | ||||
| -rw-r--r-- | runtime/doc/eval.txt | 1 | ||||
| -rw-r--r-- | runtime/doc/filetype.txt | 4 | ||||
| -rw-r--r-- | runtime/doc/insert.txt | 2 |
4 files changed, 6 insertions, 5 deletions
diff --git a/runtime/doc/editing.txt b/runtime/doc/editing.txt index 3c36d8a531..cbdf51586b 100644 --- a/runtime/doc/editing.txt +++ b/runtime/doc/editing.txt @@ -833,8 +833,8 @@ flag is used for the ":substitute" command to avoid an error for files where Note: When the 'write' option is off, you are not able to write any file. *:w* *:write* - *E502* *E503* *E504* *E505* - *E512* *E514* *E667* *E796* *E949* + *E502* *E503* *E504* *E505* + *E512* *E514* *E667* *E796* *E949* :w[rite] [++opt] Write the whole buffer to the current file. This is the normal way to save changes to a file. It fails when the 'readonly' option is set or when there is diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index a3d43dab11..a3becfa53c 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -3240,6 +3240,7 @@ executable({expr}) *executable()* 1 exists 0 does not exist -1 not implemented on this system + |exepath()| can be used to get the full path of an executable. execute({command} [, {silent}]) *execute()* Execute {command} and capture its output. diff --git a/runtime/doc/filetype.txt b/runtime/doc/filetype.txt index 473f4d9a3b..9d6a19a3d6 100644 --- a/runtime/doc/filetype.txt +++ b/runtime/doc/filetype.txt @@ -274,8 +274,8 @@ then Vim will load all plugins in these directories and below: Note that the last one is the value of $VIMRUNTIME which has been expanded. Note that when using a plugin manager or |packages| many directories will be -added to 'runtimepath'. These plugins earch require their own directory, -don't put them directly in ~/.vim/plugin. +added to 'runtimepath'. These plugins each require their own directory, don't +put them directly in ~/.vim/plugin. What if it looks like your plugin is not being loaded? You can find out what happens when Vim starts up by using the |-V| argument: > diff --git a/runtime/doc/insert.txt b/runtime/doc/insert.txt index 24106dec42..48a196e8d2 100644 --- a/runtime/doc/insert.txt +++ b/runtime/doc/insert.txt @@ -1510,7 +1510,7 @@ phpFunctions. If you wish non-filetype syntax items to also be included, you can use a regular expression syntax (added in version 13.0 of -autoload\syntaxcomplete.vim) to add items. Looking at the output from +autoload/syntaxcomplete.vim) to add items. Looking at the output from ":syntax list" while editing a PHP file I can see some of these entries: > htmlArg,htmlTag,htmlTagName,javaScriptStatement,javaScriptGlobalObjects |