aboutsummaryrefslogtreecommitdiffstats
path: root/bundle/write-with-spaces/plugin/write_with_spaces.vim
blob: 1ccd8372a66d90276738b7b3da2763d8f4f9095d (plain)
1
2
3
4
5
6
7
8
" Write with spaces
"
" Taken from iler.ml at 
" http://vim.1045645.n5.nabble.com/How-to-auto-escape-space-in-filename-when-write-tp1149064p1149065.html
"
" Provides a way to save files with spaces in their name

command! -bang -nargs=* -complete=file Write :call write_with_spaces#Write(<q-bang>, <q-args>)