diff options
author | James McCoy <jamessan@jamessan.com> | 2016-06-19 23:59:39 -0400 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2016-07-08 01:38:21 -0400 |
commit | 28300a1293b17072c1c5f053a55aae2268454246 (patch) | |
tree | 30696c31e5fc18d88ee1712128b78f3218acc82c /runtime/doc/repeat.txt | |
parent | 562b17260fb1eafe5e49412997bc81de29d24ccb (diff) | |
download | rneovim-28300a1293b17072c1c5f053a55aae2268454246.tar.gz rneovim-28300a1293b17072c1c5f053a55aae2268454246.tar.bz2 rneovim-28300a1293b17072c1c5f053a55aae2268454246.zip |
vim-patch:f391327
Updated runtime files.
https://github.com/vim/vim/commit/f391327adbbffb11180cf6038a92af1ed144e907
Ignore changes to
* doc/todo.txt: Irrelevant for Neovim
* doc/channel.txt: Channel docs
* doc/tags, syntax/vim.vim: Generated at build time
Diffstat (limited to 'runtime/doc/repeat.txt')
-rw-r--r-- | runtime/doc/repeat.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/runtime/doc/repeat.txt b/runtime/doc/repeat.txt index c41d79214a..4db3580efa 100644 --- a/runtime/doc/repeat.txt +++ b/runtime/doc/repeat.txt @@ -1,4 +1,4 @@ -*repeat.txt* For Vim version 7.4. Last change: 2016 Feb 21 +*repeat.txt* For Vim version 7.4. Last change: 2016 Feb 24 VIM REFERENCE MANUAL by Bram Moolenaar @@ -218,8 +218,6 @@ For writing a Vim script, see chapter 41 of the user manual |usr_41.txt|. Also see |load-plugin|. - {not available without the |+packages| feature} - :scripte[ncoding] [encoding] *:scripte* *:scriptencoding* *E167* Specify the character encoding used in the script. The following lines will be converted from [encoding] |