# HG changeset patch # User Ludovic Chabant # Date 1634691770 25200 # Node ID b4d2eca00197c7161ec331dfef922261ccab5378 # Parent ce7e5b759a39b6edce6c9275999418beb4f717a2 Ensure ctags config directory before writing config. diff -r ce7e5b759a39 -r b4d2eca00197 install.py --- 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' ])