aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/fileio.c
diff options
context:
space:
mode:
authorMichael Reed <m.reed@mykolab.com>2015-01-19 19:37:13 -0500
committerMichael Reed <m.reed@mykolab.com>2015-02-03 15:15:54 -0500
commit7b98b4c442e3e8e9cebf6288f1f41ef0ffa42ba3 (patch)
tree562b4fd6c669ccd41a82d59ff84c72b2a5acbe37 /src/nvim/fileio.c
parent054aabbe06c317b61742f2f807293d249d4c6afd (diff)
downloadrneovim-7b98b4c442e3e8e9cebf6288f1f41ef0ffa42ba3.tar.gz
rneovim-7b98b4c442e3e8e9cebf6288f1f41ef0ffa42ba3.tar.bz2
rneovim-7b98b4c442e3e8e9cebf6288f1f41ef0ffa42ba3.zip
Remove vimdiff
While we're here: - Remove references to the '+diff' feature, which has since been made non-optional. - Update a few Vim instances with Nvim.
Diffstat (limited to 'src/nvim/fileio.c')
-rw-r--r--src/nvim/fileio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/fileio.c b/src/nvim/fileio.c
index 863e44ed9c..2667d13b78 100644
--- a/src/nvim/fileio.c
+++ b/src/nvim/fileio.c
@@ -6828,7 +6828,7 @@ void unblock_autocmds(void)
/* When v:termresponse was set while autocommands were blocked, trigger
* the autocommands now. Esp. useful when executing a shell command
- * during startup (vimdiff). */
+ * during startup (nvim -d). */
if (autocmd_blocked == 0
&& get_vim_var_str(VV_TERMRESPONSE) != old_termresponse)
apply_autocmds(EVENT_TERMRESPONSE, NULL, NULL, FALSE, curbuf);