]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.1154: 'indentkeys' does not work properly v8.0.1154
authorBram Moolenaar <Bram@vim.org>
Tue, 26 Sep 2017 18:04:54 +0000 (20:04 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 26 Sep 2017 18:04:54 +0000 (20:04 +0200)
commit1b38344e00af65df12946fffda7f3201621c35ef
tree164ba42c990c2ed7c7ffa903799b164c225060f2
parent97fbc404fc56f76df12b2d2658b1d6efda28d5dd
patch 8.0.1154: 'indentkeys' does not work properly

Problem:    'indentkeys' does not work properly. (Gary Johnson)
Solution:   Get the cursor line again. (Christian Brabandt, closes #2151)
src/edit.c
src/testdir/test_edit.vim
src/version.c