From 48c00d0a278a24660b2b73519bc389492de85d9c Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Thu, 2 Apr 2015 15:28:25 -0400 Subject: write-with-spaces: Enable tab completion Turn on tab completion to make it easier to navigate to a directory to save the file in. --- bundle/write-with-spaces/plugin/write_with_spaces.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bundle/write-with-spaces/plugin') 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(, ) +command! -bang -nargs=* -complete=file Write :call write_with_spaces#Write(, ) -- cgit v1.2.3