Mercurial > vim
view src/testdir/test38.in @ 3768:79ac6744237c v7.3.642
updated for version 7.3.642
Problem: Segfault with specific autocommands. Was OK after 7.3.449 and
before 7.3.545. (Richard Brown)
Solution: Pass TRUE for abort_if_last in the call to close_buffer().
(Christian Brabandt)
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Wed, 29 Aug 2012 15:50:26 +0200 |
parents | 4541e06d4fb9 |
children |
line wrap: on
line source
Test Virtual replace mode. STARTTEST :so small.vim :" make sure that backspace works, no matter what termcap is used :set t_kD=x7f t_kb=x08 ggdGa abcdefghi jk lmn opq rst uvwxyz gg:set ai :set bs=2 gR0 1 A BCDEFGHIJ KL MNO PQRG:ka o0 abcdefghi jk lmn opq rst uvwxyz 'ajgR0 1 A BCDEFGHIJ KL MNO PQR:$ iab cdefghi jkl0gRAB......CDEFGHI.Jo: iabcdefghijklmnopqrst0gRAB IJKLMNO QR:wq! test.out ENDTEST