Home
last modified time | relevance | path

Searched refs:did (Results 1 – 25 of 105) sorted by relevance

12345

/vim-8.2.3635/src/testdir/
H A Dtest_assert.vim245 call assert_match("command did not fail: echo command", v:errors[0])
249 call assert_match("command did not fail: echo command", v:errors[0])
299 call assert_match("command did not beep: normal 0", v:errors[0])
304 call assert_match("command did not beep: normal 0", v:errors[0])
H A Dtest_vim9_cmd.vim604 var x = 'did redraw'
608 assert_match('did redraw', Screenline(&lines))
611 var x = 'did redraw'
615 assert_match('did redraw', Screenline(&lines))
H A Dtest_quotestar.vim125 call assert_report('Server did not exit')
H A Dtest_clientserver.vim180 call assert_report('Server did not exit')
H A Dtest_options.vim496 call assert_report('set ttytype= did not fail')
504 call assert_report('set ttytype=xxx did not fail')
/vim-8.2.3635/runtime/doc/
H A Ddebugger.txt30 vim with slight modifications. However, I did not do this nor did I test the
H A Dif_cscop.txt53 Where did this variable get its value?
288 by tag file(s) if cscope did not return any matches. If 'csto' is set to
465 If you do not already have cscope (it did not come with your compiler
H A Drecover.txt218 If you entered a new crypt key but did not write the text file, ~
230 2. You entered a new encryption key, but did not save the text file. Vim will
H A Dusr_23.txt30 they did not need two characters for end-of-line. The UNIX people decided
202 encryption key, just like the "-x" argument did: >
H A Dusr_11.txt169 If you did this already, delete the swap file ".main.c.swp" ~
233 yourself did the last changes under a different login name, a logout
H A Dusr_46.txt140 you did wrong: >
H A Dsponsor.txt138 I did not register Vim, can I use all available features?
H A Dusr_30.txt57 line 6, the first line with an error. You did not need to specify the file or
613 You will notice that Vim did not move text from one type of comment to
H A Dif_mzsch.txt310 building Vim. If MzScheme did not have them, you can install them with
H A Dversion5.txt1306 Search pattern "\(a *\)\{3} did not work correctly, also matched "a a".
1449 "gqap" to format a paragraph did too much redrawing.
1472 ":abclear" didn't work (but ":iabclear" and ":cabclear" did work).
1486 "/a\{" did strange things, depending on previous search.
1640 empty line. For one line it did leave an empty line.
1864 For ":syntax keyword" the "transparent" option did work, although not
1928 link.sh did not return an error on exit, which may cause Vim to start
2938 ":tjump tag" did a linear search in the tags file, which can be slow.
5410 current line did not have any indent already. (Hanus Adler)
5731 Problem: ":let @* = @:" did not work. The text was not put on the
[all …]
/vim-8.2.3635/runtime/indent/
H A Ddylan.vim56 " If previous line opened a parenthesis, and did not close it, indent
H A Djulia.vim473 " Or did we just close a multiline import/using/export statement?
/vim-8.2.3635/
H A DCONTRIBUTING.md38 For example, don't say "insert some text" but say what you did exactly:
H A Duninstall.txt53 files there that you would like to save. If you did remove it all, you can
/vim-8.2.3635/src/GvimExt/
H A DREADME.txt91 If you did something interesting to this dll, please let me know
/vim-8.2.3635/runtime/autoload/
H A Dgetscript.vim331 " call Dret("GetLatestVimScripts : did ".s:downloads." downloads")
455 " testing: did finding "Click on the package..." fail?
H A Dvimball.vim224 …" If, however, the user did not specify a full path, set the home to be below the current directory
369 echo "did helptags"
/vim-8.2.3635/nsis/
H A Dgvim.nsi335 # We may have been put to the background when uninstall did something.
963 # We may have been put to the background when uninstall did something.
/vim-8.2.3635/runtime/syntax/
H A Dmonk.vim20 " language is practically impossible: I did a lax approximation.
/vim-8.2.3635/src/
H A Dmain.c1125 int did = did_repeated_msg; in may_trigger_safestateagain() local
1129 did_repeated_msg = did | REPEATED_MSG_SAFESTATE; in may_trigger_safestateagain()

12345