diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-08-19 15:05:32 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-08-19 15:05:32 +0200 |
commit | 9aa156912867c05e0a6480925afe11c590378f09 (patch) | |
tree | 8edcc2a13208a239bf234c32f6dde2e6fc0ad01e /src/testdir/test_alot.vim | |
parent | 98ebd2bbec3443878dd0ed772ab67efb618f2fad (diff) | |
download | vim-git-9aa156912867c05e0a6480925afe11c590378f09.tar.gz |
patch 8.0.0962: crash with virtualedit and joining linesv8.0.0962
Problem: Crash with virtualedit and joining lines. (Joshua T Corbin, Neovim
#6726)
Solution: When using a mark check that coladd is valid.
Diffstat (limited to 'src/testdir/test_alot.vim')
-rw-r--r-- | src/testdir/test_alot.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/test_alot.vim b/src/testdir/test_alot.vim index 8e245ed20..e83256a4d 100644 --- a/src/testdir/test_alot.vim +++ b/src/testdir/test_alot.vim @@ -55,4 +55,5 @@ source test_taglist.vim source test_timers.vim source test_true_false.vim source test_unlet.vim +source test_virtualedit.vim source test_window_cmd.vim |