diff options
author | James McCoy <jamessan@jamessan.com> | 2016-06-04 06:52:51 -0400 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2016-06-06 23:08:26 -0400 |
commit | 7634764e4c72d94855b30d70c19b117e3d5fccd8 (patch) | |
tree | 2ef668af7c1a80acd36fdaf6beb53b217a67f433 /runtime/doc/quickfix.txt | |
parent | 999590b313ef32ca29c4ddba20c5b719730ee7ff (diff) | |
download | rneovim-7634764e4c72d94855b30d70c19b117e3d5fccd8.tar.gz rneovim-7634764e4c72d94855b30d70c19b117e3d5fccd8.tar.bz2 rneovim-7634764e4c72d94855b30d70c19b117e3d5fccd8.zip |
vim-patch:13d5aee
Update runtime files
https://github.com/vim/vim/commit/13d5aeef56e3140a8eb8f40c7062aa1c5700f76e
Ignored changes to
* doc/develop.txt, since they were all in the "Coding Style"
section, which is completely different between Vim and Neovim.
* doc/tags, doc/todo.txt
* syntax/vim.vim, generated at build time
Diffstat (limited to 'runtime/doc/quickfix.txt')
-rw-r--r-- | runtime/doc/quickfix.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/quickfix.txt b/runtime/doc/quickfix.txt index ff4fded0d9..317226108f 100644 --- a/runtime/doc/quickfix.txt +++ b/runtime/doc/quickfix.txt @@ -1,4 +1,4 @@ -*quickfix.txt* For Vim version 7.4. Last change: 2015 Sep 08 +*quickfix.txt* For Vim version 7.4. Last change: 2016 Jan 21 VIM REFERENCE MANUAL by Bram Moolenaar |