Searched refs:changedtick (Results 1 – 19 of 19) sorted by relevance
| /vim-8.2.3635/src/testdir/ |
| H A D | test_changedtick.vim | 1 " Tests for b:changedtick 7 call assert_equal(expected, b:changedtick) 11 call assert_equal(expected, b:changedtick) 16 call assert_equal(expected, b:changedtick) 23 call assert_equal(b:changedtick, d['changedtick']) 29 let v = b:changedtick 65 let expected = b:changedtick 70 let expected = b:changedtick + 1 76 let expected = b:changedtick + 2 82 let expected = b:changedtick + 2 [all …]
|
| H A D | test_quickfix.vim | 3703 call assert_equal(0, g:Xgetlist({'changedtick' : 0}).changedtick) 3734 call assert_equal(1, g:Xgetlist({'changedtick' : 0}).changedtick) 3807 call assert_equal(1, g:Xgetlist({'changedtick' : 0}).changedtick) 3809 call assert_equal(2, g:Xgetlist({'changedtick' : 0}).changedtick) 3811 call assert_equal(3, g:Xgetlist({'changedtick' : 0}).changedtick) 3813 call assert_equal(4, g:Xgetlist({'changedtick' : 0}).changedtick) 3815 call assert_equal(5, g:Xgetlist({'changedtick' : 0}).changedtick) 3820 call assert_equal(6, g:Xgetlist({'changedtick' : 0}).changedtick) 3824 call assert_equal(7, g:Xgetlist({'changedtick' : 0}).changedtick) 3827 call assert_equal(8, g:Xgetlist({'changedtick' : 0}).changedtick) [all …]
|
| H A D | test_autocmd.vim | 2921 let g:autocmd_{tolower(a:char)} = a:char .. b:changedtick
|
| H A D | test_functions.vim | 989 call assert_true(exists("bd['changedtick']"))
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | matlab.vim | 20 " The previous value of b:changedtick 76 if b:MATLAB_lasttick != b:changedtick || b:MATLAB_lastline != prevlnum 90 …let above_lc = b:MATLAB_lasttick == b:changedtick && prevlnum != v:lnum - 1 && b:MATLAB_lastline =… 117 let b:MATLAB_lasttick = b:changedtick
|
| H A D | php.vim | 119 let b:PHP_oldchangetick = b:changedtick 517 if b:PHP_oldchangetick != b:changedtick 518 let b:PHP_oldchangetick = b:changedtick
|
| H A D | html.vim | 1005 if prevnonblank(v:lnum - 1) == b:hi_indent.lnum && b:hi_lasttick == b:changedtick - 1 1074 let b:hi_lasttick = b:changedtick
|
| H A D | erlang.vim | 324 \ b:changedtick != s:last_changedtick 326 let s:last_changedtick = b:changedtick
|
| /vim-8.2.3635/src/ |
| H A D | diff.c | 3314 static varnumber_T changedtick = 0; in f_diff_hlID() local 3331 || changedtick != CHANGEDTICK(curbuf) in f_diff_hlID() 3353 changedtick = CHANGEDTICK(curbuf); in f_diff_hlID()
|
| H A D | syntax.c | 384 static varnumber_T changedtick = 0; // remember the last change ID in syntax_start() local 397 || changedtick != CHANGEDTICK(syn_buf)) in syntax_start() 403 changedtick = CHANGEDTICK(syn_buf); in syntax_start()
|
| H A D | ex_docmd.c | 481 varnumber_T changedtick; in do_exmode() local 516 changedtick = CHANGEDTICK(curbuf); in do_exmode() 529 || changedtick != CHANGEDTICK(curbuf)) && !ex_no_reprint) in do_exmode()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | quickfix.txt | 67 *quickfix-changedtick* 68 Every quickfix and location list has a read-only changedtick variable that 72 functions can be used to query the current value of changedtick. You cannot 73 change the changedtick variable. 594 quickfix command or function, the |b:changedtick| 747 :echo getqflist({'changedtick' : 0}).changedtick
|
| H A D | eval.txt | 1651 *b:changedtick* *changetick* 1652 b:changedtick The total number of changes to the current buffer. It is 1658 :if my_changedtick != b:changedtick 1659 : let my_changedtick = b:changedtick 1662 < You cannot change or delete the b:changedtick variable. 5349 changedtick Number of changes made to the buffer. 6117 changedtick get the total number of changes made 6118 to the list |quickfix-changedtick| 6158 changedtick total number of changes made to the 6159 list |quickfix-changedtick|
|
| H A D | autocmd.txt | 1174 |b:changedtick| has changed (also when that
|
| H A D | tags | 5528 b:changedtick eval.txt /*b:changedtick* 8744 quickfix-changedtick quickfix.txt /*quickfix-changedtick*
|
| H A D | version8.txt | 2528 Solution: Remember changedtick. 14582 The quickfix buffer b:changedtick variable is incremented for every 14584 Added a changedtick variable to a quickfix/location list which is 16643 Problem: Can't access b:changedtick from a dict reference. 16700 Problem: b:changedtick can be unlocked, even though it has no effect. 16711 Problem: islocked('d.changedtick') does not work. 16838 b:changedtick. 19149 Solution: Increment b:changedtick when updating the quickfix window. 21842 Solution: Remove b:changedtick from the buffer variables. 35162 Solution: Only increment b:changedtick if the modified flag is reset. [all …]
|
| H A D | version6.txt | 1530 Added the "b:changedtick" variable. Incremented at each change, also for 12934 Problem: ":let b:changedtick" doesn't work. (Alan Schmitt) ":let 12935 b:changedtick = 99" does not give an error message. 12936 Solution: Add code to recognize ":let b:changedtick".
|
| H A D | todo.txt | 667 Should we include some part of pull request #4505, not increment changedtick
|
| H A D | version7.txt | 10983 Problem: Can't get the value of "b:changedtick" with getbufvar().
|