Mercurial > vim
view runtime/macros/less.bat @ 16711:58053184e299
Added tag v8.1.1357 for changeset 687ab2b5252b5c47b1cbe2d40a609754d1ca1bb3
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sun, 19 May 2019 21:45:07 +0200 |
parents | 1b584a6f446c |
children |
line wrap: on
line source
@echo off rem batch file to start Vim with less.vim. rem Read stdin if no arguments were given. rem Written by Ken Takata. if "%1"=="" ( vim --cmd "let no_plugin_maps = 1" -c "runtime! macros/less.vim" - ) else ( vim --cmd "let no_plugin_maps = 1" -c "runtime! macros/less.vim" %* )