Home
last modified time | relevance | path

Searched refs:cleared (Results 1 – 25 of 32) sorted by relevance

12

/vim-8.2.3635/src/testdir/
H A Dtest_highlight.vim32 call assert_equal("Group2 xxx cleared",
38 call assert_equal("NewGroup xxx cleared",
40 call assert_equal("Group2 xxx cleared",
43 call assert_equal("Group2 xxx cleared",
46 call assert_equal("Group3 xxx cleared",
934 " 'default' should work no matter if highlight group was cleared
1003 call assert_equal(v:true, hlget('MyHLGroup')[0].cleared)
1058 call hlset([{'name': 'NewHLGroup', 'cleared': v:true}])
1059 call assert_equal(v:true, hlget('NewHLGroup')[0].cleared)
1061 call assert_false(has_key(hlget('NewHLGroup')[0], 'cleared'))
[all …]
H A Dtest_window_cmd.vim606 " The "-- (insert) --" indicator should have been cleared.
H A Dtest_search.vim651 " Highlighting is cleared in all windows
H A Dtest_cmdline.vim239 " A cleared group does not show up in completions.
H A Dtest_vim9_expr.vim2765 # check v_lock is cleared (requires using valgrind, doesn't always show)
/vim-8.2.3635/src/libvterm/t/
H A D90vttest_01-movement-1.test64 PUSH "\e[5A\e[1CThe screen should be cleared, and have an unbroken bor-"
77 …?screen_row 10 = "*+ E The screen should be cleared, and have an unbroken bor- E +*"
/vim-8.2.3635/runtime/syntax/
H A Dhitest.vim47 " remove cleared groups
48 silent! g/ cleared$/d
H A Dsyntax.vim13 " any leftovers are cleared.
H A Dphp.vim231 " keywords then html highlighting would unexpectedly be cleared.
/vim-8.2.3635/runtime/doc/
H A Dundo.txt183 Note that text states will become unreachable when undo information is cleared
363 cleared, this happens at the next change. To force clearing the undo
H A Drecover.txt71 on the Amiga) or in a place that is cleared when rebooting (like /tmp on Unix)
H A Dvarious.txt21 cleared first.
H A Dautocmd.txt639 cleared after triggering CompleteDonePre.
648 cleared before triggering CompleteDone. Use
H A Dmessage.txt42 The previous command output is cleared when another command produces output.
H A Dversion5.txt1484 alternate screen, or when there is a message that needs to be cleared.
1610 DJGPP version (dos32): The system flags were cleared.
1849 A blinking cursor or focus change cleared a non-Visual selection.
2651 Small redraw problem: "dd" on last line in file cleared wrong line.
2959 cleared, causing random problems.
4495 not cleared, the tselect prompt was on the last but one line.
4940 not cleared. This will cause memory to be used that has already
6421 Solution: The BF_NEW flag in the "b_flags" field wasn't cleared properly.
H A Dnetbeans.txt888 case, the highlighting defined for the NetBeans annotations may be cleared
H A Deval.txt6756 cleared boolean flag, set to v:true if the highlight
6757 group attributes are cleared or not yet
6815 cleared. If the 'cleared' item is set to v:true, then all the
6816 attributes of the highlight group are cleared.
6831 :call hlset([#{name: 'Search', cleared: v:true}])
6839 :call hlset([#{name: 'MyHlg', cleared: v:true,
9761 Any text properties in {lnum} are cleared.
9932 |setbufline()|. Any text properties in {lnum} are cleared.
9983 current matches are cleared before the list is restored. See
10084 cleared.
[all …]
H A Dversion8.txt3133 Problem: Clipboard may be cleared on startup.
4011 is "nofile" the buffer is cleared. (Xavier de Gaye)
10531 isn't cleared. (Coacher)
15844 cleared groups are included.
15845 Solution: Skip groups that have been cleared.
16014 not cleared.
18211 buffer may cause it to be cleared. (Ramel Eshed)
23768 Problem: Win32: the screen may be cleared on startup.
30679 scrollback cleared. (Chris Patuzzo)
33132 Problem: Mode is not cleared when leaving Insert mode.
[all …]
H A Dterm.txt651 cleared when scrolling).
H A Dchannel.txt219 - The readahead is cleared, log message: "Clearing channel". Some variables
H A Dwindows.txt1144 cleared. Examples: >
H A Dversion7.txt2168 in an error message while redrawing, which cleared the syntax highlighting
2284 A CursorHold autocommand would cause a message to be cleared. Don't show the
2303 The command line was cleared too often when 'showmode' was set and ":silent
2337 screen would be cleared and redrawn, causing the message about the edited file
2338 to be cleared. Now set "keep_msg" to redraw the last message.
6790 the rest not to be cleared. Added the need_clr_eos flag.
6962 characters may not be cleared properly. (Yukihiro Nakadaira)
8197 Problem: When 'keymap' is cleared may still use the cursor highlighting for
10486 Problem: When opening a new window the 'spellcapcheck' option is cleared.
17876 cleared.
H A Dpattern.txt249 everywhere. The pattern is really cleared, like when starting Vim.
/vim-8.2.3635/src/
H A Dhighlight.c4364 varnumber_T cleared; in hlg_add_or_update() local
4367 cleared = dict_get_bool(dict, (char_u *)"cleared", FALSE); in hlg_add_or_update()
4368 if (cleared == TRUE) in hlg_add_or_update()
/vim-8.2.3635/runtime/autoload/
H A Dnetrw.vim810 " call Dret("netrw#Explore : cleared list")
1171 " call Decho("cleared explore match list",'~'.expand("<slnum>"))
3948 " call Dret("s:NetrwBrowse : re-using not-cleared buffer")
4216 " returns 0=cleared buffer
4217 " 1=re-used buffer (buffer not cleared)
4285 " call Dret("s:NetrwGetBuffer 0<cleared buffer> : highjacking buffer#".bufnr("%"))
4353 " call Dret("s:NetrwGetBuffer 0<cleared buffer> : re-using buffer#".bufnr("%").", but refreshing…
4364 " call Dret("s:NetrwGetBuffer 0<cleared buffer> : re-using buffer#".bufnr("%").", but treelist m…
4370 " call Dret("s:NetrwGetBuffer 1<buffer not cleared>")
4392 " call Dret("s:NetrwGetBuffer 0<cleared buffer>")

12