comparison src/testdir/test61.in @ 5120:6e611380b4cf v7.3.1303

updated for version 7.3.1303 Problem: Undo is synced whenever CTRL-R = is called, breaking some plugins. Solution: Only break undo when calling setline() or append().
author Bram Moolenaar <bram@vim.org>
date Thu, 04 Jul 2013 20:25:41 +0200
parents 788f48029677
children bc269cf15ccd
comparison
equal deleted inserted replaced
5119:58686d48772e 5120:6e611380b4cf
91 :set ul=100 91 :set ul=100
92 ob 92 ob
93 :set ul=100 93 :set ul=100
94 o1a2=setline('.','1234') 94 o1a2=setline('.','1234')
95 95
96 uu:%w >>test.out 96 uu:"
97 oc
98 :set ul=100
99 o1a2=setline('.','1234')
100
101 u:"
102 od
103 :set ul=100
104 o1a2=string(123)
105 u:"
106 :%w >>test.out
97 :qa! 107 :qa!
98 ENDTEST 108 ENDTEST
99 109
100 1111 ----- 110 1111 -----
101 2222 ----- 111 2222 -----