Home
last modified time | relevance | path

Searched refs:Get (Results 1 – 25 of 170) sorted by relevance

1234567

/vim-8.2.3635/runtime/doc/
H A Dif_mzsch.txt198 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 Dif_perl.txt105 :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 Dsign.txt424 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 Dif_tcl.txt92 ::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 Dft_ps1.txt55 To look up keywords using PowerShell's Get-Help, press the |K| key. For more
/vim-8.2.3635/runtime/ftplugin/
H A Dps1.vim19 " 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 Drust.vim68 \ delimitMate#Get("excluded_regions"),
71 \ delimitMate#Get("excluded_regions")
83 \ delimitMate#Get("excluded_regions"),
/vim-8.2.3635/runtime/indent/
H A Doccam.vim53 " Get reference line number
59 " Get current indent
62 " Get current line
65 " Get previous line number
71 " Get previous line
H A Dada.vim77 " 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 Draku.vim55 " Get the line to be indented
63 " Get current syntax item at the line's first char
H A Dperl.vim43 " 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 Dshared.vim10 " 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 Dview_util.vim8 " Get line "lnum" as displayed on the screen.
19 " Get text on the screen, including composing characters.
/vim-8.2.3635/src/
H A Dos_vms_fix.com172 $! Get a temporary filename from the subroutine parameter.
183 $! Get the first 3 non-blank character on the line.
H A Dif_cscope.h65 Get, enumerator
/vim-8.2.3635/nsis/
H A DREADME.txt33 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 Deditexisting.vim22 " 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 DREADME.txt41 * 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 DREADME.md54 * 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 D60screen_ascii.test4 !Get
/vim-8.2.3635/runtime/
H A Dvimrc_example.vim19 " Get the defaults that most users want.
/vim-8.2.3635/runtime/syntax/
H A Dman.vim18 " Get the CTRL-H syntax to handle backspaced text
/vim-8.2.3635/runtime/autoload/
H A Dsqlcomplete.vim415 " 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 Djavascriptcomplete.vim413 " 1. Get object name
548 " Get variables data.
576 " Get functions
593 " Get functions arguments
H A Dxmlcomplete.vim147 " Get only lines with entity declarations but throw out
192 " Get rid of namespace
196 " Get last word, it should be attr name

1234567