add autocompletion_command default -> fixes #51

This commit is contained in:
David Halter
2012-12-18 17:14:58 +01:00
parent 704c1c2553
commit 730c98ff67
3 changed files with 12 additions and 2 deletions

View File

@@ -24,6 +24,7 @@ let s:settings = {
\ 'auto_initialization': 1,
\ 'auto_vim_configuration': 1,
\ 'goto_command': "'<leader>g'",
\ 'autocompletion_command': "'<C-Space>'",
\ 'get_definition_command': "'<leader>d'",
\ 'related_names_command': "'<leader>n'",
\ 'rename_command': "'<leader>r'",