tplugin_vim icon indicating copy to clipboard operation
tplugin_vim copied to clipboard

An on-demand runtimepath manager and plugin loader for vim (for handling plugins distributes, e.g., as git repositories)

Results 2 tplugin_vim issues
Sort by recently updated
recently updated
newest added

Do I have to install this by putting it somewhere and adding that to my runtime path? Also, vundle installs all plugins in bundle, just like pathogen, no matter where...

I've run into a problem, where s:ScanSource appears to fail. The line in question comes from the autoclose plugin [1]. It originally reads as: autocmd BufNewFile,BufRead,BufEnter \* if !IsLoadedOnBuffer() |...