diff options
author | Michael Reed <m.reed@mykolab.com> | 2015-11-24 14:59:22 -0500 |
---|---|---|
committer | Michael Reed <m.reed@mykolab.com> | 2015-11-24 15:41:35 -0500 |
commit | ced7ee5b00e23b2338d9410964293d81ee817fd2 (patch) | |
tree | 56d249e878494f18dd4493777e07726ed5be0252 | |
parent | 3618240480ddd833f3ea1569115e32980220dec9 (diff) | |
download | rneovim-ced7ee5b00e23b2338d9410964293d81ee817fd2.tar.gz rneovim-ced7ee5b00e23b2338d9410964293d81ee817fd2.tar.bz2 rneovim-ced7ee5b00e23b2338d9410964293d81ee817fd2.zip |
doc/vi_diff.txt: Remove remaining "{Vi: ...}" note
We don't care about Vi here, only Vim.
-rw-r--r-- | runtime/doc/vi_diff.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/runtime/doc/vi_diff.txt b/runtime/doc/vi_diff.txt index 6a77ef9d39..9f8d1b6909 100644 --- a/runtime/doc/vi_diff.txt +++ b/runtime/doc/vi_diff.txt @@ -16,9 +16,8 @@ mentioned in other files and gives an overview. ============================================================================== 1. Limits *limits* -Vim has only a few limits for the files that can be edited {Vi: can not handle -<Nul> characters and characters above 128, has limited line length, many other -limits}. +Vim has only a few limits for the files that can be edited. + *E340* Maximum line length 2147483647 characters Maximum number of lines 2147483647 lines |