| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | ps1.vim | 42 if !has('gui_running') && executable('less') && 45 …RemoteSigned -Command Get-Help -Full "<args>" | ' . (has('unix') ? 'LESS= less' : 'less') | redraw! 47 …cutionPolicy RemoteSigned -Command Get-Help -Full "<args>"' . (executable('less') ? ' | less' : '')
|
| H A D | less.vim | 2 " Language: less 4 " URL: https://github.com/genoma/vim-less 20 setlocal suffixesadd=.less
|
| H A D | systemd.vim | 27 …return 'LESS= MANPAGER="less --pattern=''(^|,)\s+' . a:keyword . '=$'' --hilite-search" man ' . 's… 29 …return 'LESS= MANPAGER="less --pattern=''(^|,)\s+' . a:keyword . '=$'' --hilite-search" man ' . 's…
|
| H A D | zsh.vim | 22 if !has('gui_running') && executable('less') 23 …xe '!MANPAGER= zsh -ic "autoload -Uz run-help; run-help <args> 2>/dev/null | LESS= less"' | redraw!
|
| /vim-8.2.3635/runtime/macros/ |
| H A D | less.bat | 2 rem batch file to start Vim with less.vim. 7 vim --cmd "let no_plugin_maps = 1" -c "runtime! macros/less.vim" - 9 vim --cmd "let no_plugin_maps = 1" -c "runtime! macros/less.vim" %*
|
| H A D | README.txt | 15 less.sh + less.vim make Vim work like less (or more)
|
| H A D | less.vim | 1 " Vim script to work like "less" 226 " Switch to editing (switch off less mode)
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | xquery.vim | 31 …less-than concatenate date-equal date-greater-than date-less-than dateTime-equal dateTime-greater-…
|
| H A D | latte.vim | 47 syn keyword latteSyntax if include lambda le? length less-equal? contained 48 syn keyword latteSyntax less? let lmap load-file load-library lt? macro contained 55 syn keyword latteSyntax string-less-equal? string-less? string-lt? contained
|
| H A D | less.vim | 2 " Language: less 4 " URL: https://github.com/genoma/vim-less 26 " less variables and media queries 76 let b:current_syntax = "less"
|
| H A D | cf.vim | 109 "less than|lt 111 "less than or equal to|lte|le 119 \|less than|lt 121 \|less than or equal to|lte|le
|
| H A D | awk.vim | 148 " This is overridden by less-than & greater-than. 151 " less/greater than (most of the time), but it won't work yet because
|
| H A D | ampl.vim | 54 syn keyword amplOperators by less mod div product
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | ft_ps1.txt | 56 convenient paging, the pager `less` should be installed, which is included in 60 https://chocolatey.org/packages/less/. Make sure `less` is in a directory
|
| H A D | howto.txt | 94 |less| use Vim like less or more with syntax highlighting
|
| H A D | various.txt | 10 2. Using Vim like less or more |less| 758 2. Using Vim like less or more *less* 760 If you use the less or more program to view a file, you don't get syntax 762 using the shell script "$VIMRUNTIME/macros/less.sh". 764 This shell script uses the Vim script "$VIMRUNTIME/macros/less.vim". It sets 765 up mappings to simulate the commands that less supports. Otherwise, you can 774 If you want to set options differently when using less, define the
|
| H A D | evim.man | 19 way. Editing will be much less efficient.
|
| H A D | os_haiku.txt | 53 For seamless integration into Haiku, the GUI-less vim binary should be 140 This section does not apply to the GUI-less version, should you compile one.
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | less.vim | 2 " Language: less 4 " URL: https://github.com/genoma/vim-less
|
| /vim-8.2.3635/runtime/pack/dist/opt/shellmenu/plugin/ |
| H A D | shellmenu.vim | 63 imenu Test.Values is less than [ -lt ]hhhhhhi 64 imenu Test.Values is less equal [ -le ]hhhhhhi
|
| /vim-8.2.3635/runtime/lang/ |
| H A D | menu_hu_hu.utf-8.vim | 98 menutrans Te&xt\ Width\.\.\. &Szöveg\ szélessége\.\.\. 171 menutrans Max\ &Width<Tab>^W\| Max\ &szélesség<Tab>^W\| 172 menutrans Min\ Widt&h<Tab>^W1\| Mi&n\ szélesség<Tab>^W1\| 243 let g:menutrans_textwidth_dialog = "Írd be a szöveg szélességét (0 = formázás kikapcsolva)"
|
| H A D | menu_hu_hu.iso_8859-2.vim | 114 menutrans Te&xt\ Width\.\.\. &Sz�veg\ sz�less�ge\.\.\. 187 menutrans Max\ &Width<Tab>^W\| Max\ &sz�less�g<Tab>^W\| 188 menutrans Min\ Widt&h<Tab>^W1\| Mi&n\ sz�less�g<Tab>^W1\| 259 let g:menutrans_textwidth_dialog = "�rd be a sz�veg sz�less�g�t (0 = form�z�s kikapcsolva)"
|
| /vim-8.2.3635/src/testdir/ |
| H A D | vim9.vim | 24 " Add a line before and after to make it less likely that the line number is 42 " Add a line before and after to make it less likely that the line number is
|
| H A D | test_ex_z.vim | 72 " If window height - 3 is less than 1, it should be clamped to 1.
|
| /vim-8.2.3635/runtime/tutor/ |
| H A D | README.txt | 3 Most new users can get through it in less than one hour. The result
|