aboutsummaryrefslogtreecommitdiff
path: root/test/functional/autocmd/autocmd_spec.lua
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-04-20 10:26:33 +0800
committerzeertzjq <zeertzjq@outlook.com>2022-04-21 19:06:50 +0800
commit9b10b4cc6463d901b893ad2d522c629d066607d5 (patch)
treebc4535891976b838e7b322bebab0696a7fd10bcf /test/functional/autocmd/autocmd_spec.lua
parent5c4ec254784e7e92f61b69114c6091a198fe600f (diff)
downloadrneovim-9b10b4cc6463d901b893ad2d522c629d066607d5.tar.gz
rneovim-9b10b4cc6463d901b893ad2d522c629d066607d5.tar.bz2
rneovim-9b10b4cc6463d901b893ad2d522c629d066607d5.zip
vim-patch:8.1.1756: autocommand that splits window messes up window layout
Problem: Autocommand that splits window messes up window layout. Solution: Disallow splitting a window while closing one. In ":all" give an error when moving a window will not work. https://github.com/vim/vim/commit/1417c766f55e5959b31da488417b7d9b141404af Expected error number was changed to E242 in Vim in patch 8.2.1183, and patch 8.2.2420 (which has already been ported) made the test no longer throw E249 in Vim, so just use E242 in the test.
Diffstat (limited to 'test/functional/autocmd/autocmd_spec.lua')
-rw-r--r--test/functional/autocmd/autocmd_spec.lua12
1 files changed, 0 insertions, 12 deletions
diff --git a/test/functional/autocmd/autocmd_spec.lua b/test/functional/autocmd/autocmd_spec.lua
index 6111654b5e..b8d2c9ec1d 100644
--- a/test/functional/autocmd/autocmd_spec.lua
+++ b/test/functional/autocmd/autocmd_spec.lua
@@ -548,18 +548,6 @@ describe('autocmd', function()
neq({}, meths.get_autocmds { group = "filetypedetect" })
end)
- it('should not access freed mem', function()
- source [[
- au BufEnter,BufLeave,WinEnter,WinLeave 0 vs xxx
- arg 0
- argadd
- all
- all
- au!
- bwipe xxx
- ]]
- end)
-
it('should allow comma-separated patterns', function()
source [[
augroup TestingPatterns