]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.868 v7.4.868
authorBram Moolenaar <Bram@vim.org>
Tue, 15 Sep 2015 15:30:40 +0000 (17:30 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 15 Sep 2015 15:30:40 +0000 (17:30 +0200)
commit54f018cd5994c3ffcd0740526e56db6934edf1f2
tree410100f74f7b73680d5ba3009cb79bb310043c8a
parent9534680731ea342c2fed01a812559958923480da
patch 7.4.868
Problem:    'smarttab' is also effective when 'paste' is enabled. (Alexander
            Monakov)
Solution:   Disable 'smarttab' when 'paste' is set. (Christian Brabandt)
            Do the same for 'expandtab'.
src/option.c
src/structs.h
src/version.c