]> granicus.if.org Git - vim/commit
patch 8.0.1831: sometimes the quickfix title is incorrectly prefixed with ':' v8.0.1831
authorBram Moolenaar <Bram@vim.org>
Sun, 13 May 2018 13:29:04 +0000 (15:29 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 13 May 2018 13:29:04 +0000 (15:29 +0200)
commit8b62e31003693fee4b288e7aea49170f032aeef3
treeb0a22cbb3ae08fc2428abc3ba487ccbfc45f0d0b
parent05c4a471d235987b914a9cc3ca44b98c46abd157
patch 8.0.1831: sometimes the quickfix title is incorrectly prefixed with ':'

Problem:    Sometimes the quickfix title is incorrectly prefixed with ':'.
Solution:   Prepend the colon in another way. (Yegappan Lakshmanan, closes
            #2905)
src/evalfunc.c
src/quickfix.c
src/testdir/test_quickfix.vim
src/version.c