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