win32: Remove redundant --language-force tag on ctags

This commit is contained in:
doyle 2020-12-11 08:37:40 +11:00
parent 2abce34b8d
commit 7cad63948e

View File

@ -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