mirror of
https://github.com/neovim/neovim.git
synced 2025-09-21 10:48:18 +00:00
vim-patch:8.1.0514: CTRL-W ^ does not work when alternate buffer has no name
Problem: CTRL-W ^ does not work when alternate buffer has no name.
Solution: Use another method to split and edit the alternate buffer. (Jason
Franklin)
1bbb619483
This commit is contained in:
@@ -4680,9 +4680,8 @@ static void nv_ctrlo(cmdarg_T *cap)
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
* CTRL-^ command, short for ":e #"
|
||||
*/
|
||||
// CTRL-^ command, short for ":e #". Works even when the alternate buffer is
|
||||
// not named.
|
||||
static void nv_hat(cmdarg_T *cap)
|
||||
{
|
||||
if (!checkclearopq(cap->oap))
|
||||
|
Reference in New Issue
Block a user