diff options
author | Michael Reed <m.reed@mykolab.com> | 2015-11-23 19:07:27 -0500 |
---|---|---|
committer | Michael Reed <m.reed@mykolab.com> | 2015-11-24 15:41:35 -0500 |
commit | 835d2c132db41856a4e0e9d90b8df2b4005ce385 (patch) | |
tree | 839109fa6aadd3029d650fa4d5e56d5a642dcf28 | |
parent | ced7ee5b00e23b2338d9410964293d81ee817fd2 (diff) | |
download | rneovim-835d2c132db41856a4e0e9d90b8df2b4005ce385.tar.gz rneovim-835d2c132db41856a4e0e9d90b8df2b4005ce385.tar.bz2 rneovim-835d2c132db41856a4e0e9d90b8df2b4005ce385.zip |
doc/vi_diff.txt: Remove unneeded opening paragraph
All `{not in Vi}' tags have been removed, so the first sentence is no
longer true. As for the second sentence, the header ("Differences
between Vim and Vi") is already self-explanatory, so it can be removed
as well.
-rw-r--r-- | runtime/doc/vi_diff.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/runtime/doc/vi_diff.txt b/runtime/doc/vi_diff.txt index 9f8d1b6909..7b61dbe6d7 100644 --- a/runtime/doc/vi_diff.txt +++ b/runtime/doc/vi_diff.txt @@ -6,10 +6,6 @@ Differences between Vim and Vi *vi-differences* -Throughout the help files differences between Vim and Vi/Ex are given in -curly braces, like "{not in Vi}". This file only lists what has not been -mentioned in other files and gives an overview. - 1. Limits |limits| 2. The most interesting additions |vim-additions| |