]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.0333: :mkview does not restore cursor properly after "$" v8.1.0333
authorBram Moolenaar <Bram@vim.org>
Wed, 29 Aug 2018 19:42:42 +0000 (21:42 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 29 Aug 2018 19:42:42 +0000 (21:42 +0200)
commit92c1b696413bf0e28f2fec22090d42e8a825eff2
tree7f2e3d6d9e4fab5a519487090789ee1b5f98e869
parenta449a7c6b986b8f5b28c61b8f628e69ed43ca030
patch 8.1.0333: :mkview does not restore cursor properly after "$"

Problem:    :mkview does not restore cursor properly after "$". (Dominique
            Pelle)
Solution:   Position the cursor with "normal! $".
src/ex_docmd.c
src/testdir/test_mksession.vim
src/version.c