mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 13:38:34 +00:00
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.
This commit is contained in:
@@ -1,13 +1,6 @@
|
||||
/*
|
||||
* VIM - Vi IMproved by Bram Moolenaar
|
||||
* Multibyte extensions partly by Sung-Hoon Baek
|
||||
*
|
||||
* 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.
|
||||
*/
|
||||
/*
|
||||
* mbyte.c: Code specifically for handling multi-byte characters.
|
||||
* Multibyte extensions partly by Sung-Hoon Baek
|
||||
*
|
||||
* The encoding used in the core is set with 'encoding'. When 'encoding' is
|
||||
* changed, the following four variables are set (for speed).
|
||||
|
Reference in New Issue
Block a user