diff options
Diffstat (limited to 'src/nvim/eval.c')
-rw-r--r-- | src/nvim/eval.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/nvim/eval.c b/src/nvim/eval.c index cec7c91c03..f104098dbf 100644 --- a/src/nvim/eval.c +++ b/src/nvim/eval.c @@ -1,13 +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. - */ - -/* * eval.c: Expression evaluation. */ |