Home
last modified time | relevance | path

Searched refs:less (Results 1 – 25 of 149) sorted by relevance

123456

/vim-8.2.3635/runtime/ftplugin/
H A Dps1.vim42 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 Dless.vim2 " Language: less
4 " URL: https://github.com/genoma/vim-less
20 setlocal suffixesadd=.less
H A Dsystemd.vim27 …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 Dzsh.vim22 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 Dless.bat2 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 DREADME.txt15 less.sh + less.vim make Vim work like less (or more)
H A Dless.vim1 " Vim script to work like "less"
226 " Switch to editing (switch off less mode)
/vim-8.2.3635/runtime/syntax/
H A Dxquery.vim31less-than concatenate date-equal date-greater-than date-less-than dateTime-equal dateTime-greater-…
H A Dlatte.vim47 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 Dless.vim2 " Language: less
4 " URL: https://github.com/genoma/vim-less
26 " less variables and media queries
76 let b:current_syntax = "less"
H A Dcf.vim109 "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 Dawk.vim148 " 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 Dampl.vim54 syn keyword amplOperators by less mod div product
/vim-8.2.3635/runtime/doc/
H A Dft_ps1.txt56 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 Dhowto.txt94 |less| use Vim like less or more with syntax highlighting
H A Dvarious.txt10 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 Devim.man19 way. Editing will be much less efficient.
H A Dos_haiku.txt53 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 Dless.vim2 " Language: less
4 " URL: https://github.com/genoma/vim-less
/vim-8.2.3635/runtime/pack/dist/opt/shellmenu/plugin/
H A Dshellmenu.vim63 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 Dmenu_hu_hu.utf-8.vim98 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 Dmenu_hu_hu.iso_8859-2.vim114 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 Dvim9.vim24 " 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 Dtest_ex_z.vim72 " If window height - 3 is less than 1, it should be clamped to 1.
/vim-8.2.3635/runtime/tutor/
H A DREADME.txt3 Most new users can get through it in less than one hour. The result

123456