comparison src/testdir/test73.in @ 2549:c210e31a2ec5 vim73

More fixes for :find completion. (mostly by Nazri Ramliy)
author Bram Moolenaar <bram@vim.org>
date Fri, 13 Aug 2010 13:36:15 +0200
parents 7a547db7070d
children 3908363237a9
comparison
equal deleted inserted replaced
2548:0bb74f626ba7 2549:c210e31a2ec5
144 :cd bar 144 :cd bar
145 :find voyager 145 :find voyager
146 :exec "w >> " . test_out 146 :exec "w >> " . test_out
147 :find voyager 147 :find voyager
148 :exec "w >> " . test_out 148 :exec "w >> " . test_out
149 :cd .. 149 :" Check for correct handling of shorten_fname()'s behavior on windows
150 :exec "cd " . cwd . "/Xfind/in"
151 :find file
152 :exec "w >>" . test_out
150 :q 153 :q
154 :exec "cd " . cwd
151 :call DeleteDirectory("Xfind") 155 :call DeleteDirectory("Xfind")
152 :qa! 156 :qa!
153 ENDTEST 157 ENDTEST
154 158