]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0060 v8.0.0060
authorBram Moolenaar <Bram@vim.org>
Fri, 4 Nov 2016 20:22:37 +0000 (21:22 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 4 Nov 2016 20:22:37 +0000 (21:22 +0100)
commit426f3754223c8ff8a1bc51d6ba1eba11e8982ebc
tree99e61b82b8af5bb25d3d7b5e4ddcd366b635e24b
parentde5e2c219b99895445fb75ae3541ee69282a5846
patch 8.0.0060
Problem:    When using an Ex command for 'keywordprg' it is escaped as with a
            shell command. (Romain Lafourcade)
Solution:   Escape for an Ex command. (closes #1175)
src/normal.c
src/testdir/test_normal.vim
src/version.c