added default g:combo_file
This commit is contained in:
parent
57c8708b7a
commit
3e0e8dc077
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ let g:best_last_combo = 0 " Used to revert, when you cheat by accident
|
||||||
let g:combo_timeout = 1
|
let g:combo_timeout = 1
|
||||||
let g:combo = ComboFmt()
|
let g:combo = ComboFmt()
|
||||||
let g:last_combo = reltime() " Set current time as last combo time
|
let g:last_combo = reltime() " Set current time as last combo time
|
||||||
|
let g:combo_file = $HOME . '/.vim/.combo/none.cmb'
|
||||||
|
|
||||||
" Get extension, choose combo file
|
" Get extension, choose combo file
|
||||||
function ReloadComboFile()
|
function ReloadComboFile()
|
||||||
|
|
Loading…
Reference in a new issue