Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix uncomment bug when nvim-treesitter is used
Fixes an issue where trying to uncomment will result in "attempt to index field 'hl_map' (a nil value)..." when used with treesitter. Based on the code in [this comment][1] and tyru#185, but tweaked slightly to avoid messing with indentation of the existing code. [1]: Shougo/dein.vim#495 (comment)
- Loading branch information