aboutsummaryrefslogtreecommitdiff
path: root/runtime/syntax
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2015-03-12 21:59:33 -0400
committerJustin M. Keyes <justinkz@gmail.com>2015-03-12 21:59:33 -0400
commitb5bb6269b0f27c5192eaed6a069ba564c278760a (patch)
tree675c4cfe46db1eda93287965a3704ba65fa8cb44 /runtime/syntax
parent5fcd12f8b54afbf5675f164ca1ecf774adc3dad2 (diff)
parent29ad67dd470a44f7697ca401d838c1dd38f7ef61 (diff)
downloadrneovim-b5bb6269b0f27c5192eaed6a069ba564c278760a.tar.gz
rneovim-b5bb6269b0f27c5192eaed6a069ba564c278760a.tar.bz2
rneovim-b5bb6269b0f27c5192eaed6a069ba564c278760a.zip
Merge #2008 'Special interfaces cleanup'
Diffstat (limited to 'runtime/syntax')
-rw-r--r--runtime/syntax/dirpager.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/syntax/dirpager.vim b/runtime/syntax/dirpager.vim
index 1a60063798..40137e4936 100644
--- a/runtime/syntax/dirpager.vim
+++ b/runtime/syntax/dirpager.vim
@@ -14,7 +14,7 @@
" License: VIM License
" Vim is Charityware, see ":help Uganda"
"
-" Usage: $ ls -la | view -c "set ft=dirpager" -
+" Usage: $ ls -la | nvim -R -c "set ft=dirpager" -
"
"
",----[ ls(1posix) ]--------------------------------------------------