Searched refs:didit (Results 1 – 8 of 8) sorted by relevance
202 command Doit let g:didit = 'yes'206 call assert_equal('yes', g:didit)209 unlet g:didit250 au CmdUndefined Doit :command Doit let g:didit = 'yes'252 call assert_equal('yes', g:didit)627 g:didit = 'yes' # comment632 call assert_equal('yes', g:didit)634 unlet g:didit
3236 vim.vars['didit'] = 'yes'3238 assert_equal('yes', g:didit)3242 vim.vars['didit'] = 'again'3244 assert_equal('again', g:didit)
874 nmap <C-W>a :let didit = 1<CR>876 call assert_equal(1, didit)
3620 int didit = FALSE; in gui_do_one_color() local3630 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()
3923 int didit = 0; in check_timestamps() local3957 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()
3864 int didit = FALSE; in may_req_bg_color() local3876 didit = TRUE; in may_req_bg_color()3889 didit = TRUE; in may_req_bg_color()3892 if (didit) in may_req_bg_color()
641 int didit = FALSE; in modify_fname() local678 didit = TRUE; in modify_fname()688 if (didit) in modify_fname()
1755 int didit = FALSE; in spell_reload_one() local1766 didit = TRUE; in spell_reload_one()1772 if (added_word && !didit) in spell_reload_one()