1
0
mirror of https://github.com/wting/autojump synced 2024-10-27 20:34:07 +00:00

(Running pre-commit) Run end of file fixer.

This commit is contained in:
William Ting 2017-07-19 23:13:18 -07:00
parent 46329ac744
commit 9ff654d41d
5 changed files with 5 additions and 5 deletions

2
.gitattributes vendored
View File

@ -1,2 +1,2 @@
# Ensure batch files are crlf
*.bat text eol=crlf
*.bat text eol=crlf

View File

@ -18,4 +18,4 @@ end
local autojump_parser = clink.arg.new_parser()
autojump_parser:set_arguments({ autojump_completion })
clink.arg.register_parser("j", autojump_parser)
clink.arg.register_parser("j", autojump_parser)

View File

@ -5,4 +5,4 @@ if ERRORLEVEL 1 (
"%~dp0\j.bat" "%cd%" %*
) else (
python "%~dp0\autojump" %*
)
)

View File

@ -5,4 +5,4 @@ if ERRORLEVEL 1 (
"%~dp0\jc.bat" "%cd%" %*
) else (
python "%~dp0\autojump" %*
)
)

View File

@ -12,4 +12,4 @@ if ERRORLEVEL 1 (
)
) else (
python "%~dp0\autojump" %*
)
)