aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ex_cmds2.c
diff options
context:
space:
mode:
authorMichael Reed <m.reed@mykolab.com>2015-03-23 23:29:21 -0400
committerMichael Reed <m.reed@mykolab.com>2015-03-24 19:33:42 -0400
commitd85fabc24fbb12fef5f597fc56168cbb20daf214 (patch)
treec01d8a2e201cf4b588016869079e84ccca140c5c /src/nvim/ex_cmds2.c
parentadfc8cf50a138a25bbe22f3c6e50ce7bd8c143e7 (diff)
downloadrneovim-d85fabc24fbb12fef5f597fc56168cbb20daf214.tar.gz
rneovim-d85fabc24fbb12fef5f597fc56168cbb20daf214.tar.bz2
rneovim-d85fabc24fbb12fef5f597fc56168cbb20daf214.zip
doc: Remove refs to 'compatible' and friends
Also remove some MS-DOS references on lines already being touched. Based on this commit: https://github.com/justinmk/neovim/commit/e4db01ca8707c34dc808d7f6378aa3aba9002a2d
Diffstat (limited to 'src/nvim/ex_cmds2.c')
-rw-r--r--src/nvim/ex_cmds2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/ex_cmds2.c b/src/nvim/ex_cmds2.c
index 07d63c9be5..cd1b066fdd 100644
--- a/src/nvim/ex_cmds2.c
+++ b/src/nvim/ex_cmds2.c
@@ -2335,7 +2335,7 @@ do_source (
/*
* The file exists.
* - In verbose mode, give a message.
- * - For a vimrc file, may want to set 'compatible', call vimrc_found().
+ * - For a vimrc file, may want to call vimrc_found().
*/
if (p_verbose > 1) {
verbose_enter();