]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0379: CTRL-Z and mouse click use CTRL-O unnecessary v8.0.0379
authorBram Moolenaar <Bram@vim.org>
Sun, 26 Feb 2017 18:09:05 +0000 (19:09 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 26 Feb 2017 18:09:05 +0000 (19:09 +0100)
commit74a47162a07fddb532f4bead212f6c80ef474ae7
tree3683f1a0f3ac24bf0888f072f9226a604e6e7ae8
parent0c8485f0e4931463c0f7986e1ea84a7d79f10c75
patch 8.0.0379: CTRL-Z and mouse click use CTRL-O unnecessary

Problem:    CTRL-Z and mouse click use CTRL-O unnecessary.
Solution:   Remove stuffing CTRL-O. (James McCoy, closes #1453)
src/edit.c
src/normal.c
src/version.c