]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0347: when using completion comment leader wont work v8.0.0347
authorBram Moolenaar <Bram@vim.org>
Tue, 21 Feb 2017 22:00:36 +0000 (23:00 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 21 Feb 2017 22:00:36 +0000 (23:00 +0100)
commitd099e033703ce0772f152b8df8a763f0b65303ee
tree5ec8e995490879b5d202a4f769a0b8d9a14f4a25
parentbfd30590f6e3475033099d0fb20d9444fa10af6b
patch 8.0.0347: when using completion comment leader wont work

Problem:    When using CTRL-X CTRL-U inside a comment, the use of the comment
            leader may not work. (Klement)
Solution:   Save and restore did_ai. (Christian Brabandt, closes #1494)
src/edit.c
src/testdir/test_popup.vim
src/version.c