Home
last modified time | relevance | path

Searched refs:before (Results 1 – 25 of 353) sorted by relevance

12345678910>>...15

/vim-8.2.3635/runtime/plugin/
H A Dmatchparen.vim53 let before = 0
65 " not found, in Insert mode try character before the cursor
67 let before = strlen(c_before)
91 " Find the match. When it was just before the cursor move it there for a
93 if before > 0
96 " getcurpos() is more efficient but doesn't exist before 7.4.313.
101 call cursor(c_lnum, c_col - before)
177 if before > 0
188 call matchaddpos('MatchParen', [[c_lnum, c_col - before], [m_lnum, m_col]], 10, 3)
190 exe '3match MatchParen /\(\%' . c_lnum . 'l\%' . (c_col - before) .
/vim-8.2.3635/runtime/doc/
H A Dautocmd.txt86 '|' appears before {cmd}. This works: >
288 |BufLeave| before leaving to another buffer
292 |BufUnload| before unloading a buffer
313 |VimLeavePre| before exiting Vim, before writing the viminfo file
337 |SourcePre| before sourcing a Vim script
354 |WinLeave| before leaving a window
356 |TabLeave| before leaving a tab page
468 reading the file into the buffer, before
519 before BufUnload or BufHidden.
892 before inserting the char.
[all …]
H A Dundo.txt42 to revert the text to how it was before each change. You can also apply the
43 changes again, getting back the text before the undo.
99 a related change before this that you must join with.
154 :earlier {N}s Go to older text state about {N} seconds before.
155 :earlier {N}m Go to older text state about {N} minutes before.
156 :earlier {N}h Go to older text state about {N} hours before.
157 :earlier {N}d Go to older text state about {N} days before.
159 :earlier {N}f Go to older text state {N} file writes before.
163 before that.
166 before the first change.
[all …]
H A Dmotion.txt156 position before and after the motion.
423 WORD before the fold.
682 space before the object is included.
954 before the cursor, on the first non-blank character in
958 [` [count] times to lowercase mark before the cursor.
992 or larger than before, all marks are kept at the
1047 mapped before <Tab>, otherwise the mapping applies to
1212 before parens and braces are ignored. Without "M" the
1255 similar structured language). When not before the
1261 similar structured language). When not before the end
[all …]
H A Dusr_07.txt298 If you are editing source files, you might want to keep the file before you
342 before the cursor. Notice that Vim remembers if you yanked a whole line or a
357 The "yas" command yanks a sentence like before. It's the "f that tells Vim
358 the text should be placed in the f register. This must come just before the
364 The count could be before the "l just as well. To yank a block of text to the
369 Notice that the register specification "b is just before the "y" command.
370 This is required. If you would have put it before the "w" command, it would
377 Again, the register specification "f comes before the "p" command.
388 Again, the register specification comes before the delete command "d".
401 To append only a few lines, select them in Visual mode before typing
H A Dpattern.txt88 backspace, try using "stty erase <BS>" before starting
127 ends before the cursor position.
131 ends before the cursor position.
198 /test/b-3 three characters before "test"
713 The "\zs" is to have the match start just before "foo".
761 before what follows. |/zero-width|
917 \%<'m Matches before the position of mark m.
951 \%<23c Matches before a specific column.
954 \%<.c Matches before the cursor column.
977 \%<23v Matches before a specific virtual column.
[all …]
H A Dinsert.txt282 backspace over autoindent, before column 1 or before where insert started.
592 <Tab> will still line up to the same place as before.
710 same characters as those in the current line before
905 as those before the cursor. The matched keyword is
942 same characters as before the cursor. The matching
966 the same characters as before the cursor. The found
1348 before the cursor. This may find more matches.
1903 i Insert text before the cursor [count] times.
1908 I Insert text before the first non-blank in the line
1911 line only contains blanks, insert start just before
[all …]
/vim-8.2.3635/src/testdir/
H A Dshared.vim80 " Always kills the server before returning.
303 " "before" is a list of Vim commands to be executed before loading plugins.
305 " Plugins are not loaded, unless 'loadplugins' is set in "before".
307 func RunVim(before, after, arguments) argument
308 return RunVimPiped(a:before, a:after, a:arguments, '')
311 func RunVimPiped(before, after, arguments, pipecmd) argument
314 if len(a:before) > 0
315 call writefile(a:before, 'Xbefore.vim')
328 if len(a:before) > 0
H A Dtest_startup_utf8.vim10 let before = [
23 if RunVimPiped(before, after, '-', pipecmd)
45 let before = [
53 if RunVim(before, after, '<(cat Xtestin)')
H A Dtest_memory_usage.vim96 let before = s:monitor_memory_usage(vim.pid).last
104 call assert_inrange(before * 97 / 100, 2 * before, after.max)
134 let before = s:monitor_memory_usage(vim.pid).last
156 let lower = before * 8 / 10
157 let upper = (after.max + (after.last - before)) * multiplier / 10
H A Dtest_backup.vim12 " writing a second time (before overwriting)
29 " writing a second time (before overwriting)
45 " writing a second time (before overwriting)
65 " writing a second time (before overwriting)
H A Dtest_filechanged.vim62 " With an undo file the reload can be undone and a change before the
65 call setline(2, 'before write')
74 call assert_equal('before write', getline(2))
80 " undo the change before reload
83 call assert_equal('before write', getline(2))
H A Dtest_exit.vim89 let before =<< trim [CODE]
96 if RunVim(before, ['quit'], '')
101 if RunVim(before, ['cquit'], '')
106 if RunVim(before, ['cquit 4'], '')
H A Dtest_vim9_expr.vim171 let msg = "White space required before and after '?'"
182 let msg = "White space required before and after ':'"
240 var msg = "White space required before and after '??'"
374 var msg = "White space required before and after '||'"
507 var msg = "White space required before and after '&&'"
1066 let msg = "White space required before and after '>'"
1393 let msg = "White space required before and after '+'"
1398 let msg = "White space required before and after '-'"
1605 let msg = "White space required before and after '*'"
1610 let msg = "White space required before and after '/'"
[all …]
H A Dtest_bench_regexp.vim9 let before = ['set re=' .. re]
13 call RunVim(before, after, args)
H A Dtest_startup.vim25 let before =<< trim [CODE]
56 if RunVim(before, after, '')
82 let before =<< trim [CODE]
100 if RunVim(before, after, '')
322 \ "Xbadfile.c|4 col 12| error: expected ';' before '}' token"],
334 \ "Xbadfile.c|4 col 12| error: expected ';' before '}' token"],
344 \ "Xbadfile.c|4 col 12| error: expected ';' before '}' token"],
856 let before =<< trim [CODE]
873 if RunVim(before, after, t_arg)
932 let before =<< trim [CODE]
[all …]
/vim-8.2.3635/runtime/syntax/
H A Dindent.vim47 \ -bbb --blank-lines-before-block-comments
48 \ -bbo --break-before-boolean-operator
58 \ -bs --Bill-Shannon --blank-before-sizeof
78 \ -nbbb --no-blank-lines-before-block-comments
83 \ -nbs --no-Bill-Shannon --no-blank-before-sizeof
H A Dpsl.vim29 syn keyword pslOperator before before! before!_ before_ bit bitvector boolean
H A Dsqr.vim99 syn keyword sqrParam after-report after-toc and as at-end before
100 syn keyword sqrParam background batch-mode beep before-bold
101 syn keyword sqrParam before-page before-report before-toc blink
198 " If we find a ' followed by an unmatched ! before a matching ',
H A Dxquery.vim29before lang lang last local-name local-name local-name-from-QName lower-case matches matches max m…
31 …node multiply-dayTimeDuration multiply-yearMonthDuration node-after node-before NOTATION-equal num…
/vim-8.2.3635/src/
H A Dlist.c2836 long before; in extend() local
2862 if (before == l1->lv_len) in extend()
2866 item = list_find(l1, before); in extend()
2869 semsg(_(e_listidx), before); in extend()
2987 long before = 0; in f_insert() local
3019 if (before < 0 || before > len) in f_insert()
3037 mch_memmove(p + before + 1, p + before, (size_t)len - before); in f_insert()
3038 *(p + before) = val; in f_insert()
3063 if (before == l->lv_len) in f_insert()
3067 item = list_find(l, before); in f_insert()
[all …]
/vim-8.2.3635/src/libvterm/
H A DCONTRIBUTING19 any of the resources listed above, before starting work on the actual code.
21 affected so it is better to discuss the ideas first before starting work
/vim-8.2.3635/runtime/ftplugin/
H A Druby.vim246 let before = strpart(line,0,v:beval_col-strlen(b))
250 if before =~ '\]\s*$'
252 elseif before =~ '}\s*$'
255 elseif before =~ "[\"'`]\\s*$" || before =~ '\$\d\+\s*$'
257 elseif before =~ '\$\d\+\.\d\+\s*$'
259 elseif before =~ '\$\d\+\s*$'
261 elseif before =~ '/\s*$'
/vim-8.2.3635/src/VisVim/
H A DREADME_VisVim.txt130 disable Vim before running the debugger.
153 Using "Alt+Shift+d" you turn off Vim before starting the debugger.
206 I decided against sending an ESC before the command because
209 Workaround: Get used to press ESC before switching to DevStudio.
238 - Added an option to do a :cd before opening the file (having a file opened
271 - Added an option in the VisVim dialog to prepend ESC before the first command
274 - An :update command is sent to Vim before any other command to update the
/vim-8.2.3635/runtime/indent/
H A Dpascal.vim140 " only the line before the current one. TODO: Get it working for
156 " Two lines before ended in "then", "else", or "do"
173 " other words that rule should come before this one.

12345678910>>...15