| /vim-8.2.3635/src/testdir/ |
| H A D | test_suspend.vim | 12 " 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 D | test_hide.vim | 6 let s:save_autowrite = &autowrite 15 let &autowrite = s:save_autowrite
|
| H A D | test_writefile.vim | 173 set autowrite 194 set autowrite
|
| /vim-8.2.3635/src/ |
| H A D | ex_cmds2.c | 24 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 D | arglist.c | 1032 (void)autowrite(buf, FALSE); in do_arg_all()
|
| H A D | ex_cmds.c | 2413 && curbufIsChanged() && autowrite(curbuf, forceit) == FAIL) in getfile()
|
| H A D | buffer.c | 5378 || autowrite(wp->w_buffer, FALSE) == OK); in ex_buffer_all()
|
| H A D | normal.c | 4283 (void)autowrite(curbuf, FALSE); in nv_gotofile()
|
| /vim-8.2.3635/src/proto/ |
| H A D | ex_cmds2.pro | 2 int autowrite(buf_T *buf, int forceit);
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | howto.txt | 70 |'autowrite'| write automatically
|
| H A D | tagsrch.txt | 410 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 D | windows.txt | 399 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 D | tabpage.txt | 151 When 'hidden' is not set, and the 'autowrite' option is set,
|
| H A D | usr_07.txt | 144 :set autowrite
|
| H A D | vi_diff.txt | 560 The command ":next!" with 'autowrite' set does not write the file. In vi the 1073 'autowrite' 'aw' automatically write file if changed
|
| H A D | quickref.txt | 613 'autowrite' 'aw' automatically write file if changed 614 'autowriteall' 'awa' as 'autowrite', but works with more commands
|
| H A D | editing.txt | 187 'autowriteall' option. 'autowrite' is the associated Vi-compatible option 281 If the 'autowrite' or 'autowriteall' option is on and
|
| H A D | starting.txt | 1214 If the '!' is not given and 'autowrite' is set, every 1216 If the '!' is given or 'autowrite' is not set, changed
|
| H A D | quickfix.txt | 92 buffer and both 'hidden' and 'autowrite' are off. 893 2. If the 'autowrite' option is on, write any changed
|
| H A D | options.txt | 860 *'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 D | pi_netrw.txt | 4203 Jun 11, 2014 * gx (|netrw-gx|), with |'autowrite'| set, 4206 |'autowrite'| setting.
|
| /vim-8.2.3635/runtime/ |
| H A D | optwin.vim | 1059 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 D | vim.vim | 38 syn keyword vimOption contained altkeymap arabicshape autowrite backupdir bdlay bin breakindent bsk…
|
| /vim-8.2.3635/src/po/ |
| H A D | sr.po | 9280 msgid "as 'autowrite', but works with more commands" 9281 msgstr "као 'autowrite', али ради са више команди"
|
| H A D | it.po | 8815 msgid "as 'autowrite', but works with more commands" 8816 msgstr "come 'autowrite', ma funzione con un numero maggiore di comandi"
|