diff options
-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 |