comparison src/testdir/test68.in @ 2597:c3b5d3fe9404 v7.3.020

updated for version 7.3.020 Problem: Cursor position wrong when joining multiple lines and 'formatoptions' contains "a". (Moshe Kamensky) Solution: Adjust cursor position for skipped indent. (Carlo Teubner)
author Bram Moolenaar <bram@vim.org>
date Sat, 09 Oct 2010 17:23:31 +0200
parents 9e554211caf5
children 443c50cd3e88
comparison
equal deleted inserted replaced
2596:fae782ef63dd 2597:c3b5d3fe9404
49 a b 49 a b
50 #a b 50 #a b
51 } 51 }
52 52
53 STARTTEST 53 STARTTEST
54 /^{/+2
55 :set tw& fo=a
56 I^^
57 ENDTEST
58
59 {
60 1aa
61 2bb
62 }
63
64 STARTTEST
54 :g/^STARTTEST/.,/^ENDTEST/d 65 :g/^STARTTEST/.,/^ENDTEST/d
55 :1;/^Results/,$wq! test.out 66 :1;/^Results/,$wq! test.out
56 ENDTEST 67 ENDTEST