Lines Matching refs:txt
39 call assert_equal('eval.txt', expand('%:t'))
56 call writefile(['*mydoc.txt* my awesome doc'], 'Xruntime/doc/mydoc.txt')
57 call writefile(['*mydoc-ext.txt* my extended awesome doc'], 'Xruntime/doc/mydoc-ext.txt')
62 call search('mydoc.txt')
63 call assert_equal('|mydoc.txt| my awesome doc', getline('.'))
65 call search('mydoc-ext.txt')
66 call assert_equal('|mydoc-ext.txt| my extended awesome doc', getline('.'))
86 call writefile([], 'Xdir/a/doc/sample.txt')
94 call writefile(['*tag1*', '*tag1*', '*tag2*'], 'Xdir/a/doc/sample.txt')
107 call writefile([], 'Xdir/doc/sample.txt')
120 call writefile([], 'Xdir/b/doc/sample.txt')
121 call setfperm('Xdir/b/doc/sample.txt', '-w-------')
122 call assert_fails('helptags Xdir', 'E153:', getfperm('Xdir/b/doc/sample.txt'))