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

fix `get_scm_info` implementation #92

Closed benoit-pierre closed 2 years ago

benoit-pierre commented 2 years ago

Fix 2 issues with get_scm_info:

  1. correctly handle nested repositories (e.g. a Mercurial repository somewhere under a Git versioned home directory)
  2. correctly handle Git sub-modules
jsfaint commented 2 years ago

thanks for the pr :+1: