Mercurial
diff ctag_script.sh @ 150:c37490913530
[Config] Updated .vimrc files and made command for ctags movements.
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Sat, 10 Jan 2026 13:30:28 -0800 |
| parents | f41ac17926d2 |
| children |
line wrap: on
line diff
--- a/ctag_script.sh Sat Jan 10 07:07:10 2026 -0800 +++ b/ctag_script.sh Sat Jan 10 13:30:28 2026 -0800 @@ -1,1 +1,1 @@ -ctags -R --exclude=bazel-mono --exclude=bazel-bin --exclude=bazel-out --exclude=bazel-zenbu --exclude=venv --languages=C --langmap=C:.h --c-kinds=+p . +ctags -R --exclude=bazel-mono --exclude=bazel-bin --exclude=bazel-out --exclude=bazel-zenbu --exclude=venv --languages=C --langmap=C:.h --extras=+r --c-kinds=+p .