diff options
author | Cody Hiar <codyfh@gmail.com> | 2017-10-03 14:31:11 -0600 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2017-10-03 14:31:11 -0600 |
commit | 1f28f0293583904c8fc7ae4a35d66ca069e55ec8 (patch) | |
tree | be4f3ccff669c8a5a7d4ea4962b6fce5ae83f85d /plugin | |
parent | 5edc2df7e7226d8e458b0c48f7f58ac9a2313406 (diff) |
Updating autocomplete
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/vim-options.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/vim-options.vim b/plugin/vim-options.vim index 4300a38..088397f 100644 --- a/plugin/vim-options.vim +++ b/plugin/vim-options.vim @@ -19,7 +19,7 @@ set history=1000 " Set number of ':' commands set relativenumber " Use relative numbers in the sidebar set number " Show line numbers in side bar set nowrap " Turn off text wrapping long lines -set wildmode=list:longest,full " wildmenu show list and completes longest, second tab completes full and cycles +set wildmode=list:full " wildmenu show list complete to first result set splitright " New windows split to the right of current one set splitbelow " New windows split below the current one set sessionoptions+=globals " Append globals to the default session options |