77458559c0
Add --c++-kinds=+p flags to ctags generation in kernelModel This flag is used by echofunc plugin Add a script to generation tag for system
3 lines
76 B
Bash
Executable File
3 lines
76 B
Bash
Executable File
#!/bin/bash
|
|
ctags -R -f ~/.vim/tags/systags /usr/include /usr/local/include
|