Add ctags
This commit is contained in:
Binary file not shown.
@@ -71,6 +71,14 @@ if not exist "%clang_format_file%" powershell -Command "[Net.ServicePointManager
|
||||
echo - Copy Installer\win32_clang_format.exe to %cmder_install_path%\bin\clang-format.exe
|
||||
copy /Y Installer\win32_clang_format.exe %cmder_install_path%\bin\clang-format.exe
|
||||
|
||||
REM
|
||||
REM ctags
|
||||
REM
|
||||
set ctags_path=%cmder_install_path%\bin\ctags.exe
|
||||
set ctags_file=Installer\win32_ctags.exe
|
||||
echo - Copy %ctags_file% to %ctags_path%
|
||||
copy /Y %ctags_file% %ctags_path%
|
||||
|
||||
REM
|
||||
REM Ag
|
||||
REM
|
||||
|
||||
Reference in New Issue
Block a user