diff options
Diffstat (limited to 'src/nvim/misc2.c')
-rw-r--r-- | src/nvim/misc2.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/nvim/misc2.c b/src/nvim/misc2.c index d9bc35470f..d72a8f17e0 100644 --- a/src/nvim/misc2.c +++ b/src/nvim/misc2.c @@ -3,14 +3,13 @@ * * 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.txt for an overview of the Vim source code. + * See README.md for an overview of the Vim source code. */ /* * misc2.c: Various functions. */ #include <assert.h> -#include <errno.h> #include <inttypes.h> #include <string.h> |