]> granicus.if.org Git - vim/commit
patch 8.1.0514: CTRL-W ^ does not work when alternate buffer has no name v8.1.0514
authorBram Moolenaar <Bram@vim.org>
Sat, 10 Nov 2018 15:02:01 +0000 (16:02 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 10 Nov 2018 15:02:01 +0000 (16:02 +0100)
commit1bbb61948342b5cf6e363629f145c65eb455c388
tree30275df04234f6ba296d5b027bd3c9104ee1848c
parentd0721058f494143186f66a60151c9634031a8c96
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)
runtime/doc/windows.txt
src/normal.c
src/testdir/test_normal.vim
src/testdir/test_window_cmd.vim
src/version.c
src/window.c