mirror of
https://github.com/neovim/neovim.git
synced 2026-04-19 22:10:45 +00:00
vim-patch:9.2.0267: 'autowrite' not triggered for :term
Problem: 'autowrite' not triggered for :term
Solution: Trigger autowrite for :term command
(rendcrx)
closes: vim/vim#19855
466b5f531a
Co-authored-by: rendcrx <974449413@qq.com>
This commit is contained in:
2
runtime/lua/vim/_meta/options.lua
generated
2
runtime/lua/vim/_meta/options.lua
generated
@@ -190,7 +190,7 @@ vim.go.ar = vim.go.autoread
|
||||
|
||||
--- Write the contents of the file, if it has been modified, on each
|
||||
--- `:next`, `:rewind`, `:last`, `:first`, `:previous`, `:stop`,
|
||||
--- `:suspend`, `:tag`, `:!`, `:make`, CTRL-] and CTRL-^ command; and when
|
||||
--- `:suspend`, `:tag`, `:!`, `:make`, `:terminal`, CTRL-] and CTRL-^ command; and when
|
||||
--- a `:buffer`, CTRL-O, CTRL-I, '{A-Z0-9}, or `{A-Z0-9} command takes one
|
||||
--- to another file.
|
||||
--- A buffer is not written if it becomes hidden, e.g. when 'bufhidden' is
|
||||
|
||||
Reference in New Issue
Block a user