Home
last modified time | relevance | path

Searched refs:aucmd_restbuf (Results 1 – 21 of 21) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dautocmd.pro14 void aucmd_restbuf(aco_save_T *aco);
/vim-8.2.3635/src/
H A Dif_ruby.c1456 aucmd_restbuf(&aco); in set_buffer_line()
1502 aucmd_restbuf(&aco); in buffer_delete()
1543 aucmd_restbuf(&aco); in buffer_append()
H A Dif_perl.xs1879 aucmd_restbuf(&aco);
1930 aucmd_restbuf(&aco);
1971 aucmd_restbuf(&aco);
H A Dex_cmds2.c703 aucmd_restbuf(&aco); in ex_listdo()
H A Dautocmd.c1410 aucmd_restbuf(&aco); in ex_doautoall()
1543 aucmd_restbuf( in aucmd_restbuf() function
H A Dbufwrite.c875 aucmd_restbuf(&aco); in buf_write()
2607 aucmd_restbuf(&aco); in buf_write()
H A Dbuffer.c157 aucmd_restbuf(&aco); in buffer_ensure_loaded()
372 aucmd_restbuf(&aco); in open_buffer()
5817 aucmd_restbuf(&aco); in buf_contents_changed()
H A Dedit.c1491 aucmd_restbuf(&aco); in ins_redraw()
1511 aucmd_restbuf(&aco); in ins_redraw()
H A Dquickfix.c4515 aucmd_restbuf(&aco); in qf_update_buffer()
6295 aucmd_restbuf(&aco); in vgr_process_files()
6521 aucmd_restbuf(&aco); in load_dummy_buffer()
H A Ddiff.c2903 aucmd_restbuf(&aco); in ex_diffgetput()
H A Dfileio.c4475 aucmd_restbuf(&aco); in buf_reload()
H A Devalvars.c4309 aucmd_restbuf(&aco); in f_setbufvar()
H A Dterm.c2166 aucmd_restbuf(&aco); in set_termname()
H A Dchannel.c2678 aucmd_restbuf(&aco); in append_to_buffer()
H A Dos_unix.c4506 aucmd_restbuf(&aco); in mch_call_shell_terminal()
H A Dif_py_both.h5290 aucmd_restbuf(&aco); in BufferSetattr()
H A Dos_win32.c4740 aucmd_restbuf(&aco); in mch_call_shell_terminal()
H A Dterminal.c3406 aucmd_restbuf(&aco); in term_after_channel_closed()
/vim-8.2.3635/src/testdir/
H A Dtest_functions.vim1603 " This tests that aucmd_prepbuf() and aucmd_restbuf() properly restore the
/vim-8.2.3635/runtime/doc/
H A Dversion7.txt3433 Solution: Use aucmd_prepbuf() and aucmd_restbuf() also when FEAT_AUTOCMD is
H A Dversion8.txt22704 Solution: Use aucmd_prepbuf() and aucmd_restbuf() instead of setting curbuf.