jsfaint / gen_tags.vim

Async plugin for vim and neovim to ease the use of ctags/gtags
https://vim.sourceforge.io/scripts/script.php?script_id=5499
MIT License
312 stars 42 forks source link

Rewrite `ctags_prune()` with pure vimscript #73 #74

Closed jsfaint closed 5 years ago

jsfaint commented 5 years ago

Python has some issue on windows when dealing with the unicode encoding(non-utf8). I'm not familiar with python, so it is a little hard for me to fix this issue in python.

This PR also remove the python dependence in gen_tags.vim, it is implemented with pure vimscript now.

The ncm2 source and deoplete source was already removed in previous commits. Anyone who use ncm2 please install ncm2-gtags instead.