patch 8.0.0339: illegal memory access with vi' v8.0.0339
authorBram Moolenaar <Bram@vim.org>
Sat, 18 Feb 2017 22:12:01 +0000 (23:12 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 18 Feb 2017 22:12:01 +0000 (23:12 +0100)
commit46522af72424c7fadfa7a4cbba3dd21b82d19131
tree3fa8c013e9bf1ad3112367c3870ae3a76d745321
parent803452046ba6cda7a2896626572eb78b2358c965
patch 8.0.0339: illegal memory access with vi'

Problem:    Illegal memory access with vi'
Solution:   For quoted text objects bail out if the Visual area spans more
            than one line.
src/search.c
src/testdir/test_visual.vim
src/version.c