| /vim-8.2.3635/runtime/doc/ |
| H A D | if_mzsch.txt | 198 Get line from a buffer. 205 Get a list of lines in a buffer. {Start} 213 (get-buff-name [buffer]) Get a buffer's text name. 214 (get-buff-num [buffer]) Get a buffer's number. 215 (get-buff-size [buffer]) Get buffer line count. 223 (get-next-buff [buffer]) Get next buffer. 237 (curr-win) Get the current window. 238 (win-count) Get count of windows. 239 (get-win-num [window]) Get window number. 240 (get-win-by-num {windownum}) Get window by its number. [all …]
|
| H A D | if_perl.txt | 105 :perl $line = $curbuf->Get(42) 137 :perl $l = $curbuf->Get(10) # returns line 10 138 :perl @l = $curbuf->Get(1 .. 5) # returns lines 1 through 5 225 *perl-Get* 226 Buffer->Get({lnum}, {lnum}?, ...)
|
| H A D | sign.txt | 424 Get a list of defined signs and their attributes. 445 " Get a list of all the defined signs 448 " Get the attribute of the sign named mySign 494 " Get a List of signs placed in eval.c in the 498 " Get a List of signs in group 'g1' placed in eval.c 501 " Get a List of signs placed at line 10 in eval.c 504 " Get sign with identifier 10 placed in a.py 507 " Get sign with id 20 in group 'g1' placed in a.py 511 " Get a List of all the placed signs
|
| H A D | if_tcl.txt | 92 ::vim::option {opt} # Get vim option. 241 $win cursor # Get current cursor position. 248 $win option {opt} [val] # Get/Set vim option in windows context. 325 $buf get {n} # Get a single line as a string. 326 $buf get {n} {m} # Get several lines as a list. 332 $buf option {opt} [val] # Get/Set vim option in buffers context.
|
| H A D | ft_ps1.txt | 55 To look up keywords using PowerShell's Get-Help, press the |K| key. For more
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | ps1.vim | 19 " e.g. Get-Content or Get-ADUser 32 " Look up keywords by Get-Help: 45 … -NoLogo -NoProfile -NonInteractive -ExecutionPolicy RemoteSigned -Command Get-Help -Full "<args>"… 47 … -NoLogo -NoProfile -NonInteractive -ExecutionPolicy RemoteSigned -Command Get-Help -Full "<args>"… 49 …' -NoLogo -NoProfile -NonInteractive -ExecutionPolicy RemoteSigned -Command Get-Help -Full <args>')
|
| H A D | rust.vim | 68 \ delimitMate#Get("excluded_regions"), 71 \ delimitMate#Get("excluded_regions") 83 \ delimitMate#Get("excluded_regions"),
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | occam.vim | 53 " Get reference line number 59 " Get current indent 62 " Get current line 65 " Get previous line number 71 " Get previous line
|
| H A D | ada.vim | 77 " Get previous non-blank/non-comment-only line 120 " Get previous non-blank/non-comment-only line 148 " Get previous non-blank/non-comment-only line 187 " Get previous non-blank/non-comment-only/non-cpp line 199 " Get default indent (from prev. line)
|
| H A D | raku.vim | 55 " Get the line to be indented 63 " Get current syntax item at the line's first char
|
| H A D | perl.vim | 43 " Get the line to be indented 51 " Get current syntax item at the line's first char
|
| /vim-8.2.3635/src/testdir/ |
| H A D | shared.vim | 10 " Get the name of the Python executable. 228 " Get $VIMPROG to run the Vim executable. 240 " Get the command to run Vim, with -u NONE and --not-a-term arguments. 280 " Get the command to run Vim, with --clean instead of "-u NONE". 295 " Get the command to run Vim, with --clean, and force to run in terminal so it 346 " Get all messages but drop the maintainer entry.
|
| H A D | view_util.vim | 8 " Get line "lnum" as displayed on the screen. 19 " Get text on the screen, including composing characters.
|
| /vim-8.2.3635/src/ |
| H A D | os_vms_fix.com | 172 $! Get a temporary filename from the subroutine parameter. 183 $! Get the first 3 non-blank character on the line.
|
| H A D | if_cscope.h | 65 Get, enumerator
|
| /vim-8.2.3635/nsis/ |
| H A D | README.txt | 33 5. Get a "diff.exe" program. If you skip this the built-in diff will always 46 8. Get gettext and iconv DLLs from the following site:
|
| /vim-8.2.3635/runtime/pack/dist/opt/editexisting/plugin/ |
| H A D | editexisting.vim | 22 " Get next server name in "servername"; remove it from "servers". 86 " Get the window number of the file in the current tab page.
|
| /vim-8.2.3635/ |
| H A D | README.txt | 41 * Get the source code as an archive: https://github.com/vim/vim/releases. 42 * Get a Windows executable from the vim-win32-installer repository:
|
| H A D | README.md | 54 * Get the source code as an [archive](https://github.com/vim/vim/releases). 55 * Get a Windows executable from the
|
| /vim-8.2.3635/src/libvterm/t/ |
| H A D | 60screen_ascii.test | 4 !Get
|
| /vim-8.2.3635/runtime/ |
| H A D | vimrc_example.vim | 19 " Get the defaults that most users want.
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | man.vim | 18 " Get the CTRL-H syntax to handle backspaced text
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | sqlcomplete.vim | 415 " Get anything after the . and consider this the table name 728 " Get the first letter of each word 879 " '\zs\(\(\<\w\+\>\)\.\)\?' - Get the owner name (optional) 880 " '\<\w\+\>\ze' - Get the table name 899 " '\zs\(\("\|\[\)\?\w\+\("\|\]\)\?\.\)\?' - Get the owner name (optional) 900 " '\("\|\[\)\?\w\+\("\|\]\)\?\ze' - Get the table name
|
| H A D | javascriptcomplete.vim | 413 " 1. Get object name 548 " Get variables data. 576 " Get functions 593 " Get functions arguments
|
| H A D | xmlcomplete.vim | 147 " Get only lines with entity declarations but throw out 192 " Get rid of namespace 196 " Get last word, it should be attr name
|