diff options
Diffstat (limited to 'src/nvim/edit.c')
-rw-r--r-- | src/nvim/edit.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/nvim/edit.c b/src/nvim/edit.c index 08b587df8a..8dc2844d8e 100644 --- a/src/nvim/edit.c +++ b/src/nvim/edit.c @@ -1,12 +1,4 @@ /* - * VIM - Vi IMproved by Bram Moolenaar - * - * Do ":help uganda" in Vim to read copying and usage conditions. - * Do ":help credits" in Vim to see a list of people who contributed. - * See README.md for an overview of the Vim source code. - */ - -/* * edit.c: functions for Insert mode */ |