From 835d2c132db41856a4e0e9d90b8df2b4005ce385 Mon Sep 17 00:00:00 2001 From: Michael Reed Date: Mon, 23 Nov 2015 19:07:27 -0500 Subject: 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. --- runtime/doc/vi_diff.txt | 4 ---- 1 file changed, 4 deletions(-) (limited to 'runtime') 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| -- cgit