]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.0648: custom operators can't act upon a forced motion v8.1.0648
authorBram Moolenaar <Bram@vim.org>
Thu, 27 Dec 2018 22:44:44 +0000 (23:44 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 27 Dec 2018 22:44:44 +0000 (23:44 +0100)
commit5976f8ff00efcb3e155a89346e44f2ad43d2405a
tree31bff7f7afdc7884dbcee07406e6c575784c16b5
parentd385b5d329a6a98539fa21cfb60ed632cd03d544
patch 8.1.0648: custom operators can't act upon a forced motion

Problem:    Custom operators can't act upon a forced motion. (Christian
            Wellenbrock)
Solution:   Add the forced motion to the mode() result. (Christian Brabandt,
            closes #3490)
runtime/doc/eval.txt
src/evalfunc.c
src/globals.h
src/normal.c
src/testdir/test_mapping.vim
src/version.c