ctags: Update script to use --extras properly
This commit is contained in:
parent
c94e69f901
commit
cd5c437d57
@ -119,7 +119,7 @@ REM CTags Helper Script
|
|||||||
REM
|
REM
|
||||||
set ctags_file=%cmder_root%\bin\ctags_cpp.bat
|
set ctags_file=%cmder_root%\bin\ctags_cpp.bat
|
||||||
echo @echo off> %ctags_file%
|
echo @echo off> %ctags_file%
|
||||||
echo ctags --c++-kinds=+p --fields=+iaS --extras --language-force=C++ %%*>> %ctags_file%
|
echo ctags --c++-kinds=+p --fields=+iaS --extras=+q --language-force=C++ %%*>> %ctags_file%
|
||||||
|
|
||||||
echo - Setup complete! Launch %cmder_root%\cmder.exe [or restart Cmder instance if you're updating an existing installation]
|
echo - Setup complete! Launch %cmder_root%\cmder.exe [or restart Cmder instance if you're updating an existing installation]
|
||||||
exit /b
|
exit /b
|
||||||
|
Loading…
Reference in New Issue
Block a user