summarylogtreecommitdiffstats
path: root/symbols-view-use-system-ctags.patch
diff options
context:
space:
mode:
authorNarrat2020-01-18 23:01:59 +0100
committerNarrat2020-01-18 23:01:59 +0100
commit8f1f8fd82adae89fb1a30bcefe287c242b80db37 (patch)
tree7adc2e67a87c2d4e567eee6575e6d4cb00c72ee4 /symbols-view-use-system-ctags.patch
parent3b159d15e8013c70e651ff90594b2af4b400ea4d (diff)
downloadaur-8f1f8fd82adae89fb1a30bcefe287c242b80db37.tar.gz
sync with community atom
Diffstat (limited to 'symbols-view-use-system-ctags.patch')
-rw-r--r--symbols-view-use-system-ctags.patch3
1 files changed, 2 insertions, 1 deletions
diff --git a/symbols-view-use-system-ctags.patch b/symbols-view-use-system-ctags.patch
index ed9251e83efc..cd9ff5e2dcd4 100644
--- a/symbols-view-use-system-ctags.patch
+++ b/symbols-view-use-system-ctags.patch
@@ -7,4 +7,5 @@
- const command = path.join(packageRoot, 'vendor', `ctags-${process.platform}`);
+ const command = 'ctags';
const defaultCtagsFile = path.join(packageRoot, 'lib', 'ctags-config');
- const args = [`--options=${defaultCtagsFile}`, '--fields=+KS']; \ No newline at end of file
+ const args = [`--options=${defaultCtagsFile}`, '--fields=+KS'];
+