diff options
author | Michael Reed <m.reed@mykolab.com> | 2015-08-04 17:10:08 -0400 |
---|---|---|
committer | Michael Reed <m.reed@mykolab.com> | 2015-08-04 17:10:44 -0400 |
commit | 8f3eb69207b7135d66cd44f0ac50100367bc78b4 (patch) | |
tree | bb8a06a4ea00b75f5099d7f1ec551438027bcda2 | |
parent | 61e66656528e2f38e319addeee8553a2b1010773 (diff) | |
download | rneovim-8f3eb69207b7135d66cd44f0ac50100367bc78b4.tar.gz rneovim-8f3eb69207b7135d66cd44f0ac50100367bc78b4.tar.bz2 rneovim-8f3eb69207b7135d66cd44f0ac50100367bc78b4.zip |
doc: Fix nit in previous commit
...sorry
-rw-r--r-- | runtime/doc/nvim_from_vim.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/nvim_from_vim.txt b/runtime/doc/nvim_from_vim.txt index 788b311f89..220e67d0e7 100644 --- a/runtime/doc/nvim_from_vim.txt +++ b/runtime/doc/nvim_from_vim.txt @@ -44,5 +44,6 @@ For a more granular approach, use |exists()|: < Now you should be able to explore Nvim more comfortably. Check |nvim| for more information. + ============================================================================== vim:tw=78:ts=8:noet:ft=help:norl: |