Mercurial > vim
view src/testdir/test102.in @ 5932:06c10522d321 v7.4.307
updated for version 7.4.307
Problem: Can't build without the +termresponse feature.
Solution: Add proper #ifdefs.
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Thu, 22 May 2014 21:22:19 +0200 |
parents | 31217cc48e7d |
children | 6f88e2dafbf6 |
line wrap: on
line source
Test if fnameescape is correct for special chars like ! STARTTEST :%d :let fname = 'Xspa ce' :try | exe "w! " . fnameescape(fname) | put='Space' | endtry :let fname = 'Xemark!' :try | exe "w! " . fnameescape(fname) | put='ExclamationMark' | endtry :w! test.out :qa! ENDTEST