aboutsummaryrefslogtreecommitdiff
path: root/local
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2016-09-19 07:03:35 +0200
committerKarel Kočí <cynerd@email.cz>2016-09-19 07:03:35 +0200
commit7f94b21f9764fea1b910ff33027110c733771af6 (patch)
treebab8fb90526f4c63e92515b50a26957c1a445ceb /local
parent002a7542ceaa825fe14f6701f02b69ce7f9e8ef9 (diff)
parent1f23035b07562b64bb611f48e70080090dcc9bdd (diff)
downloadmyconfigs-7f94b21f9764fea1b910ff33027110c733771af6.tar.gz
myconfigs-7f94b21f9764fea1b910ff33027110c733771af6.tar.bz2
myconfigs-7f94b21f9764fea1b910ff33027110c733771af6.zip
Merge branch 'master' of cynerd.cz:myconfigs
Diffstat (limited to 'local')
-rwxr-xr-xlocal/bin/vim-project-gen4
1 files changed, 4 insertions, 0 deletions
diff --git a/local/bin/vim-project-gen b/local/bin/vim-project-gen
new file mode 100755
index 0000000..6a50ba5
--- /dev/null
+++ b/local/bin/vim-project-gen
@@ -0,0 +1,4 @@
+#!/bin/bash
+# Generates ctags and cscope files for project.
+ctags -R -f .tags
+#cscope -Rbq -f .cscope.out