Home
last modified time | relevance | path

Searched refs:autowrite (Results 1 – 25 of 33) sorted by relevance

12

/vim-8.2.3635/src/testdir/
H A Dtest_suspend.vim12 " Without 'autowrite', buffer should not be written.
46 " Test that :suspend! with 'autowrite' writes content of buffers if modified.
47 call term_sendkeys(buf, ":set autowrite\<CR>")
H A Dtest_hide.vim6 let s:save_autowrite = &autowrite
15 let &autowrite = s:save_autowrite
H A Dtest_writefile.vim173 set autowrite
194 set autowrite
/vim-8.2.3635/src/
H A Dex_cmds2.c24 autowrite(buf_T *buf, int forceit) in autowrite() function
86 && (!(flags & CCGD_AW) || autowrite(buf, forceit) == FAIL)) in check_changed()
244 || autowrite(buf, forceit) == OK in can_abandon()
H A Darglist.c1032 (void)autowrite(buf, FALSE); in do_arg_all()
H A Dex_cmds.c2413 && curbufIsChanged() && autowrite(curbuf, forceit) == FAIL) in getfile()
H A Dbuffer.c5378 || autowrite(wp->w_buffer, FALSE) == OK); in ex_buffer_all()
H A Dnormal.c4283 (void)autowrite(curbuf, FALSE); in nv_gotofile()
/vim-8.2.3635/src/proto/
H A Dex_cmds2.pro2 int autowrite(buf_T *buf, int forceit);
/vim-8.2.3635/runtime/doc/
H A Dhowto.txt70 |'autowrite'| write automatically
H A Dtagsrch.txt410 is added to the command and on the 'autowrite' option:
412 tag in file autowrite ~
431 'autowrite' option is on, the current file will be written, the other
434 'autowrite' option is off, the command will fail. If you want to save
H A Dwindows.txt399 When 'hidden' is not set, and the 'autowrite' option is set,
679 When 'hidden' is not set, and the 'autowrite' option is set,
1032 'autowrite' is off or the buffer can't be written.
H A Dtabpage.txt151 When 'hidden' is not set, and the 'autowrite' option is set,
H A Dusr_07.txt144 :set autowrite
H A Dvi_diff.txt560 The command ":next!" with 'autowrite' set does not write the file. In vi the
1073 'autowrite' 'aw' automatically write file if changed
H A Dquickref.txt613 'autowrite' 'aw' automatically write file if changed
614 'autowriteall' 'awa' as 'autowrite', but works with more commands
H A Dediting.txt187 'autowriteall' option. 'autowrite' is the associated Vi-compatible option
281 If the 'autowrite' or 'autowriteall' option is on and
H A Dstarting.txt1214 If the '!' is not given and 'autowrite' is set, every
1216 If the '!' is given or 'autowrite' is not set, changed
H A Dquickfix.txt92 buffer and both 'hidden' and 'autowrite' are off.
893 2. If the 'autowrite' option is on, write any changed
H A Doptions.txt860 *'autowrite'* *'aw'* *'noautowrite'* *'noaw'*
861 'autowrite' 'aw' boolean (default off)
867 Note that for some commands the 'autowrite' option is not used, see
875 Like 'autowrite', but also used for commands ":edit", ":enew", ":quit",
877 Setting this option also implies that Vim behaves like 'autowrite' has
4036 modified, 'autowrite' is off or writing is not possible, and the '!'
6882 for reading a file (useful for ":wn" or when 'autowrite' on)
H A Dpi_netrw.txt4203 Jun 11, 2014 * gx (|netrw-gx|), with |'autowrite'| set,
4206 |'autowrite'| setting.
/vim-8.2.3635/runtime/
H A Doptwin.vim1059 call <SID>AddOption("autowrite", gettext("automatically write a file when leaving a modified buffer…
1061 call <SID>AddOption("autowriteall", gettext("as 'autowrite', but works with more commands"))
/vim-8.2.3635/runtime/syntax/
H A Dvim.vim38 syn keyword vimOption contained altkeymap arabicshape autowrite backupdir bdlay bin breakindent bsk…
/vim-8.2.3635/src/po/
H A Dsr.po9280 msgid "as 'autowrite', but works with more commands"
9281 msgstr "као 'autowrite', али ради са више команди"
H A Dit.po8815 msgid "as 'autowrite', but works with more commands"
8816 msgstr "come 'autowrite', ma funzione con un numero maggiore di comandi"

12