Closed psprint closed 1 year ago
It's a documentation for the feature of browsing Ctags index and ln -f A B ; rm -f A
robustness trick, safe to merge. It'l publish the extra feature of TAGS browser. Could it be merged, @vladdoster ?
Closed because overlaps #402,
Basically:
for lowest possible inconsistency time when regenerating index.
Also, pass -G option to universal-ctags, so that shell files without .zsh extension get recognized by file constents (hashbangs and vim/emacs modelines). Also fixed modeline in zi-browse-symbol because it wasn't recognized.
Motivation and Context
When an editor reloads the file when its timestamp changes it might read incomplete contents. The hardlink way should be best possible (however it probably does the same what
mv -f .TAGS TAGS
does, but it's good to be as much explicit as possible).Related Issue(s)
Usage examples
To then browse tags with Ctrl-k (or
Alt-Shift-q
after #387).Types of changes
Checklist: