aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os_unix.c
diff options
context:
space:
mode:
authorMichael Reed <m.reed@mykolab.com>2015-11-27 16:09:27 -0500
committerMichael Reed <m.reed@mykolab.com>2015-11-27 16:25:10 -0500
commit53ee6425c80b9cf13e081c2502dcd4c43e40a4d9 (patch)
treea48e8b7d8920b7143243af9e253ff7d56c4ffaab /src/nvim/os_unix.c
parent951714ede63beb324c3ffb4d326ba1c5a47a36ea (diff)
downloadrneovim-53ee6425c80b9cf13e081c2502dcd4c43e40a4d9.tar.gz
rneovim-53ee6425c80b9cf13e081c2502dcd4c43e40a4d9.tar.bz2
rneovim-53ee6425c80b9cf13e081c2502dcd4c43e40a4d9.zip
src/*: Remove `VIM - Vi improved ...` header
Regarding the individual items in the header: `Vim - Vi improved by Bram Moolenar` Bram Moolenar is already mentioned throughout the documentation, as well as the intro screen. `:help uganda` It's already shown to all users who don't use `shortmess+=I` upon starting nvim, and is already placed prominently in help.txt, i.e., `:help` run with no arguments. `:help credits` Already mentioned near the top of help.txt. `README.md` Already mentioned in develop.txt.
Diffstat (limited to 'src/nvim/os_unix.c')
-rw-r--r--src/nvim/os_unix.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/nvim/os_unix.c b/src/nvim/os_unix.c
index ddb799f23d..62b264046c 100644
--- a/src/nvim/os_unix.c
+++ b/src/nvim/os_unix.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.
- */
-
-/*
* os_unix.c -- code for all flavors of Unix (BSD, SYSV, SVR4, POSIX, ...)
*
* A lot of this file was originally written by Juergen Weigert and later