vim-combo/plugin
alemi 9f12726025
Improvements to filetype detection, plugin loading
- Create .vim folder too if missing
- Use filetype to categorize combo instead of file extension (this will
  reset some combo counters, such as python: py.cmb -> python.cmb)
- Reload combo stats upon filetype change
- Check if combo tracking is already loaded on script start (to prevent
  multiple instances when sourcing vimrc again)
- More verbose g:combo (access numbers directly at g:combo_counter and
  g:best_combo)

To fix any lost combo score, rename the file accordingly in
~/.vim/.combo
2021-10-18 00:45:46 +02:00
..
vim-combo.vim Improvements to filetype detection, plugin loading 2021-10-18 00:45:46 +02:00