Mercurial > dotfiles
comparison vim/ctagsrc @ 227:42c80ed36c2c
More Ctags config.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Tue, 30 Sep 2014 07:40:59 -0700 |
parents | 816866d76ce6 |
children | b87c358bd0ca |
comparison
equal
deleted
inserted
replaced
226:210c011ffd52 | 227:42c80ed36c2c |
---|---|
1 --python-kinds=-i | 1 --python-kinds=cfm |
2 --javascript-kinds=cfm | |
3 --fields=+l | |
4 --fields=+n | |
5 | |
6 --languages=-html | |
7 | |
8 --exclude=.hg | |
9 --exclude=.git | |
10 --exclude=libs | |
11 --exclude=build | |
12 --exclude=dist | |
13 --exclude=venv |