diff options
author | John Renner <john@jrenner.net> | 2016-03-11 14:39:59 -0500 |
---|---|---|
committer | John Renner <john@jrenner.net> | 2016-03-11 16:37:25 -0500 |
commit | ffaaf5df319a2261889d9ea4ab528cc49c838780 (patch) | |
tree | 499909db6c24fd9ac451dbe006553d2fa670e56d /runtime/macros/less.sh | |
parent | 66a75fb835575b7a909102cf2345e132648935a6 (diff) | |
download | rneovim-ffaaf5df319a2261889d9ea4ab528cc49c838780.tar.gz rneovim-ffaaf5df319a2261889d9ea4ab528cc49c838780.tar.bz2 rneovim-ffaaf5df319a2261889d9ea4ab528cc49c838780.zip |
runtime/macros: replace "vim" with "nvim"
Diffstat (limited to 'runtime/macros/less.sh')
-rwxr-xr-x | runtime/macros/less.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/macros/less.sh b/runtime/macros/less.sh index e29958f7ad..125162f10a 100755 --- a/runtime/macros/less.sh +++ b/runtime/macros/less.sh @@ -8,9 +8,9 @@ if test -t 1; then echo "Missing filename" 1>&2 exit fi - vim --cmd 'let no_plugin_maps = 1' -c 'runtime! macros/less.vim' - + nvim --cmd 'let no_plugin_maps = 1' -c 'runtime! macros/less.vim' - else - vim --cmd 'let no_plugin_maps = 1' -c 'runtime! macros/less.vim' "$@" + nvim --cmd 'let no_plugin_maps = 1' -c 'runtime! macros/less.vim' "$@" fi else # Output is not a terminal, cat arguments or stdin |