Home
last modified time | relevance | path

Searched refs:didit (Results 1 – 8 of 8) sorted by relevance

/vim-8.2.3635/src/testdir/
H A Dtest_usercommands.vim202 command Doit let g:didit = 'yes'
206 call assert_equal('yes', g:didit)
209 unlet g:didit
250 au CmdUndefined Doit :command Doit let g:didit = 'yes'
252 call assert_equal('yes', g:didit)
627 g:didit = 'yes' # comment
632 call assert_equal('yes', g:didit)
634 unlet g:didit
H A Dtest_vim9_func.vim3236 vim.vars['didit'] = 'yes'
3238 assert_equal('yes', g:didit)
3242 vim.vars['didit'] = 'again'
3244 assert_equal('again', g:didit)
H A Dtest_gui.vim874 nmap <C-W>a :let didit = 1<CR>
876 call assert_equal(1, didit)
/vim-8.2.3635/src/
H A Dhighlight.c3620 int didit = FALSE; in gui_do_one_color() local
3630 didit = TRUE; in gui_do_one_color()
3637 didit = TRUE; in gui_do_one_color()
3643 didit = TRUE; in gui_do_one_color()
3649 didit = TRUE; in gui_do_one_color()
3651 if (didit) // need to get a new attr number in gui_do_one_color()
H A Dfileio.c3923 int didit = 0; in check_timestamps() local
3957 if (didit < n) in check_timestamps()
3958 didit = n; in check_timestamps()
3970 if (need_wait_return && didit == 2) in check_timestamps()
3977 return didit; in check_timestamps()
H A Dterm.c3864 int didit = FALSE; in may_req_bg_color() local
3876 didit = TRUE; in may_req_bg_color()
3889 didit = TRUE; in may_req_bg_color()
3892 if (didit) in may_req_bg_color()
H A Dfilepath.c641 int didit = FALSE; in modify_fname() local
678 didit = TRUE; in modify_fname()
688 if (didit) in modify_fname()
H A Dspellfile.c1755 int didit = FALSE; in spell_reload_one() local
1766 didit = TRUE; in spell_reload_one()
1772 if (added_word && !didit) in spell_reload_one()