Mercurial > dotfiles
diff install.py @ 492:b4d2eca00197
Ensure ctags config directory before writing config.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Tue, 19 Oct 2021 18:02:50 -0700 |
parents | 5bbc05a69f4c |
children | 76defcf6bf02 |
line wrap: on
line diff
--- a/install.py Tue Oct 19 18:02:27 2021 -0700 +++ b/install.py Tue Oct 19 18:02:50 2021 -0700 @@ -269,6 +269,7 @@ def install_universal_ctags(): # On Windows, u-ctags has a bug where it outputs double-backslashes. if is_windows: + ensure_dir('~/ctags.d') writelines('~/ctags.d/global.ctags', [ '--output-format=e-ctags' ])