Home
last modified time | relevance | path

Searched refs:here (Results 1 – 25 of 349) sorted by relevance

12345678910>>...14

/vim-8.2.3635/src/testdir/
H A Dtest_vimscript.vim1195 call assert_report('should not get here')
1216 call assert_report('should not get here')
1231 call assert_report('should not get here')
1248 call assert_report('should not get here')
1267 call assert_report('should not get here')
1285 call assert_report('should not get here')
1730 call assert_report('should not get here')
1743 call assert_report('should not get here')
1756 call assert_report('should not get here')
2672 call assert_report('should not get here')
[all …]
H A Dtest_const.vim20 const here =<< trim EOS
37 call assert_true(exists('here'))
53 call assert_fails('let here = "xxx"', 'E741:')
69 unlet here
87 const l:here =<< trim EOS
104 call assert_fails('let l:here = "xxx"', 'E741:')
120 unlet l:here
H A Dtest20.in10 /start here$
22 test text test tex start here
H A Dtest25.in4 /^start-here/+1
104 :/^start-here/+1,$wq! test.out
107 start-here
H A Dtest_cindent.vim244 line up here;
269 here */
274 line up here)
278 )line up here)
547 here;
679 // here
1209 line up here;
1234 here */
1512 here;
1644 // here
[all …]
H A Dtest_true_false.vim110 call setline(1, '<here>')
112 syn match here "here" transparent
H A Dtest_paste.vim105 call setline(1, 'here are some words')
107 call assert_equal('here are more words', getline(1))
112 call assert_equal('here are more noises', getline(1))
H A Dtest_popupwin_textprop.vim61 call setline(50, 'now working with some longer text here')
122 call setline(50, 'now working with some longer text here')
H A Dtest_winbar.vim97 call setline(1, 'select XYZ here')
101 call assert_equal('select here', getline(1))
H A Dtest_display.vim20 1put='e more noise blah blah‚ more stuff here'
24 \ "> more stuff here "
35 \ " 82> more stuff here "
H A Dtest_conceal.vim11 let lines = ["one one one one one", "two |hidden| here", "three |hidden| three"]
16 exe "normal /here\r"
23 exe "normal /here\r"
/vim-8.2.3635/src/
H A DMake_ming.mak25 # Put the path to the python distro here. If cross compiling from Linux, you
32 # on my Linux box, I put the Python stuff here:
34 # on my NT box, it's here:
H A Ddebugger.c564 int here = FALSE; in dbg_parsearg() local
587 here = TRUE; in dbg_parsearg()
603 if (here) in dbg_parsearg()
618 if ((!here && *p == NUL) in dbg_parsearg()
619 || (here && *p != NUL) in dbg_parsearg()
628 else if (here) in dbg_parsearg()
/vim-8.2.3635/.github/workflows/
H A Dcodeql-analysis.yml40 # If you wish to specify custom queries, you can do so here or in a config file.
41 # By default, queries listed here will override any specified in a config file.
42 # Prefix the list here with "+" to use these queries and those in the config file.
/vim-8.2.3635/src/xdiff/
H A DREADME.txt2 You can find it here: https://github.com/git/git/tree/master/xdiff
5 This is originally based on libxdiff, which can be found here:
/vim-8.2.3635/runtime/plugin/
H A DREADME.txt3 All files here ending in .vim will be sourced by Vim when it starts up.
19 Note: the explorer.vim plugin is no longer here, the netrw.vim plugin has
/vim-8.2.3635/runtime/doc/
H A Dusr_04.txt70 There is a pattern here: operator-motion. You first type an operator command.
96 simple, clear, and wrong. That is the case with the example used here for the
143 there is somerhing grong here ~
146 There is something wrong here ~
151 There is something wrong here ~
154 There is something xxxxx here ~
157 character and inserts a line break. Using a count here only applies to the
390 the clipboard can be found in section |09.3| and here: |clipboard|.
446 You can find a long list of text objects here: |text-objects|.
478 You can find a list of operators here: |operator|.
H A Dusr_32.txt29 The "f" stands for "file" here.
41 Also note that we are talking about text writes here. For writing the undo
83 What matters here is the order in which the changes are made. Undo and redo
H A Dif_tcl.txt39 |script-here|.
263 array set here [$win cursor]
264 < "here(row)" and "here(column)" now contain the cursor position.
268 $win cursor here ;# not $here !
270 $win cursor $here(row) $here(column)
H A Dusr_90.txt198 information here: |feature-list|.
222 We will use "82" here, which is version 8.2.
272 If you are running one version of Vim and want to install another, here is
364 that it won't work when you use another terminal some day. Look here for
377 here: |not-compatible|.
414 someone supplied, you can't do this. Do delete the files manually, here is an
/vim-8.2.3635/runtime/indent/
H A Djulia.vim150 " Note: it should be impossible to get here
166 " Note: it should be impossible to get here
212 " Note: it should be impossible to get here
251 " Note: it should be impossible to get here
256 " Note: it should be impossible to get here
378 " something wrong here, give up
H A Ddtd.vim78 " From here, depending on what follows immediately after, parse to
153 " TODO: Should use s:lex here on getline(v:lnum) and check for >.
185 " TODO: Should use s:lex here on getline(v:lnum) and check for >.
306 " TODO: Should use s:lex here on getline(v:lnum) and check for >.
/vim-8.2.3635/runtime/syntax/
H A Dreva.vim52 syn keyword revamemory @ ! +! c@ c! 2@ 2! align aligned allot allocate here free resize
72 Builtin execute ahead interp bye >body here pad words make
77 Builtin body> clamp depth disassemble findprev fnvhash getenv here,
86 Builtin (-lib) (bye) (call) (else) (find) (func) (here) (if (lib) (s0) (s^)
H A Djproperties.vim75 " here an assignment is id=value or id:value, and we conveniently
90 " definition, but we don't look for that here (because it's a major hassle)
114 " comments begin with # or !, and persist to end of line; put here since
/vim-8.2.3635/src/po/
H A DREADME.txt48 We will use "xx.po" as an example here, replace "xx" with the name of your
53 (i.e. go up two directories) and then come back here afterwards.
66 will use "xx.po" as an example here, replace "xx" with the name of your

12345678910>>...14