Lines Matching refs:add

12   set spell spellfile=./Xspellfile.add spelllang=en
25 let cnt=readfile('./Xspellfile.add')
46 let cnt=readfile('./Xspellfile.add')
52 let cnt=readfile('./Xspellfile.add')
57 let cnt=readfile('./Xspellfile.add')
62 call assert_equal("Word '2 goood' added to ./Xspellfile.add", a[1:])
66 let cnt=readfile('./Xspellfile.add')
71 call assert_equal("Word '2 goood' added to ./Xspellfile.add", a[1:])
72 let cnt=readfile('./Xspellfile.add')
118 call delete('./Xspellfile.add')
121 let cnt=readfile('./Xspellfile.add')
124 call assert_match("Word 'goood' removed from \./Xspellfile.add", a)
125 let cnt=readfile('./Xspellfile.add')
130 let cnt=readfile('./Xspellfile.add')
134 call delete('./Xspellfile.add')
137 let cnt=readfile('./Xspellfile.add')
140 call assert_match("Word '2 goood' removed from \./Xspellfile.add", a)
141 let cnt=readfile('./Xspellfile.add')
146 let cnt=readfile('./Xspellfile.add')
149 " add second entry to spellfile setting
150 set spellfile=./Xspellfile.add,./Xspellfile2.add
151 call delete('./Xspellfile.add')
154 let cnt=readfile('./Xspellfile2.add')
155 call assert_match("Word 'goood' added to ./Xspellfile2.add", a)
171 call delete("./Xspellfile.add")
172 call delete("./Xspellfile2.add")
173 call delete("./Xspellfile.add.spl")
174 call delete("./Xspellfile2.add.spl")
179 call assert_equal([], glob('Xspellfile.add',0,1))
180 call assert_equal([], glob('Xspellfile2.add',0,1))
847 set spellfile=Xtest.utf-8.add
850 edit Xtest.utf-8.add
1143 call assert_equal('./Xrtp/spell/Xtest.utf-8.add', &spellfile)
1144 call assert_equal(['abc'], readfile('Xrtp/spell/Xtest.utf-8.add'))