]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.1705: when making a vertical split the mode message isn't updated v8.0.1705
authorBram Moolenaar <Bram@vim.org>
Fri, 13 Apr 2018 18:41:29 +0000 (20:41 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 13 Apr 2018 18:41:29 +0000 (20:41 +0200)
commit5bab555c2f1b3b86d57e4adeb86d908eff477fc9
tree78d26979e6955c3f4d65e8946306e459087045e3
parentb8e22a053b68774dfd86fd829d9dba2333f09c05
patch 8.0.1705: when making a vertical split the mode message isn't updated

Problem:    When making a vertical split the mode message isn't always
            updated, "VISUAL" remains. (Alexei Averchenko)
Solution:   Only reset clear_cmdline when filling all columns of the last
            screen line. (Tom M. closes #2611)
src/screen.c
src/testdir/test_window_cmd.vim
src/version.c