diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2015-03-12 21:59:33 -0400 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2015-03-12 21:59:33 -0400 |
commit | b5bb6269b0f27c5192eaed6a069ba564c278760a (patch) | |
tree | 675c4cfe46db1eda93287965a3704ba65fa8cb44 /src/nvim/buffer.c | |
parent | 5fcd12f8b54afbf5675f164ca1ecf774adc3dad2 (diff) | |
parent | 29ad67dd470a44f7697ca401d838c1dd38f7ef61 (diff) | |
download | rneovim-b5bb6269b0f27c5192eaed6a069ba564c278760a.tar.gz rneovim-b5bb6269b0f27c5192eaed6a069ba564c278760a.tar.bz2 rneovim-b5bb6269b0f27c5192eaed6a069ba564c278760a.zip |
Merge #2008 'Special interfaces cleanup'
Diffstat (limited to 'src/nvim/buffer.c')
-rw-r--r-- | src/nvim/buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/buffer.c b/src/nvim/buffer.c index c4abcd77b1..c0b688e6ef 100644 --- a/src/nvim/buffer.c +++ b/src/nvim/buffer.c @@ -213,7 +213,7 @@ open_buffer ( * So the modelines have priority over auto commands. */ /* When reading stdin, the buffer contents always needs writing, so set - * the changed flag. Unless in readonly mode: "ls | gview -". + * the changed flag. Unless in readonly mode: "ls | nvim -R -". * When interrupted and 'cpoptions' contains 'i' set changed flag. */ if ((got_int && vim_strchr(p_cpo, CPO_INTMOD) != NULL) || modified_was_set /* ":set modified" used in autocmd */ |