diff options
Diffstat (limited to 'bundle/write-with-spaces/plugin')
-rw-r--r-- | bundle/write-with-spaces/plugin/write_with_spaces.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bundle/write-with-spaces/plugin/write_with_spaces.vim b/bundle/write-with-spaces/plugin/write_with_spaces.vim index 53db90f..1ccd837 100644 --- a/bundle/write-with-spaces/plugin/write_with_spaces.vim +++ b/bundle/write-with-spaces/plugin/write_with_spaces.vim @@ -5,4 +5,4 @@ " " Provides a way to save files with spaces in their name -command! -bang -nargs=* Write :call write_with_spaces#Write(<q-bang>, <q-args>) +command! -bang -nargs=* -complete=file Write :call write_with_spaces#Write(<q-bang>, <q-args>) |