call assert_equal("\"unlet one two", @:)
" completion for the :buffer command with curlies
- edit \{someFile}
- call feedkeys(":buf someFile\<C-A>\<C-B>\"\<CR>", 'xt')
- call assert_equal("\"buf {someFile}", @:)
- bwipe {someFile}
+ " FIXME: what should happen on MS-Windows?
+ if !has('win32')
+ edit \{someFile}
+ call feedkeys(":buf someFile\<C-A>\<C-B>\"\<CR>", 'xt')
+ call assert_equal("\"buf {someFile}", @:)
+ bwipe {someFile}
+ endif
" completion for the :bdelete command
call feedkeys(":bdel a b c\<C-A>\<C-B>\"\<CR>", 'xt')