mirror of
https://github.com/neovim/neovim.git
synced 2025-10-15 06:16:08 +00:00
vim-patch:7.4.215
Problem: Inconsistency: ":sp foo" does not reload "foo", unless "foo" is the current buffer. (Liang Li) Solution: Do not reload the current buffer on a split command. https://code.google.com/p/vim/source/detail?r=f069a3a0f84451aa498c6c22d8f922d1e695e96d
This commit is contained in:

committed by
Thiago de Arruda

parent
1b55b127cb
commit
98b0a6ffb4
@@ -246,7 +246,7 @@ static int included_patches[] = {
|
||||
//218,
|
||||
//217,
|
||||
//216,
|
||||
//215,
|
||||
215,
|
||||
//214,
|
||||
213,
|
||||
//212,
|
||||
|
Reference in New Issue
Block a user