diff options
author | Cody Hiar <codyfh@gmail.com> | 2017-02-10 19:53:21 -0700 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2017-02-10 19:53:21 -0700 |
commit | 6784e2a38a9752899361f7ff11862425e417bda2 (patch) | |
tree | b783a5190b5413572b8767b73854a666d34dfc4b /plugin/vim-options.vim | |
parent | ac13a50fd805494f31dda40591f69bb2921380a2 (diff) |
More fixes
Diffstat (limited to 'plugin/vim-options.vim')
-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 4c1a1c2..040463e 100644 --- a/plugin/vim-options.vim +++ b/plugin/vim-options.vim @@ -535,7 +535,7 @@ endif "----------------------------------------------------------------------------------------------------------------------- " Taboo "----------------------------------------------------------------------------------------------------------------------- -if !empty(glob(EditorDir.'pluggedtaboo.vim/plugin/taboo.vim')) +if !empty(glob(EditorDir.'plugged/taboo.vim/plugin/taboo.vim')) au BufNewFile,BufRead *.ldg,*.ledger setf ledger | comp ledger function! RenameTab() call inputsave() |