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:
parent
46329ac744
commit
9ff654d41d
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -1,2 +1,2 @@
|
||||
# Ensure batch files are crlf
|
||||
*.bat text eol=crlf
|
||||
*.bat text eol=crlf
|
||||
|
@ -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)
|
||||
|
@ -5,4 +5,4 @@ if ERRORLEVEL 1 (
|
||||
"%~dp0\j.bat" "%cd%" %*
|
||||
) else (
|
||||
python "%~dp0\autojump" %*
|
||||
)
|
||||
)
|
||||
|
@ -5,4 +5,4 @@ if ERRORLEVEL 1 (
|
||||
"%~dp0\jc.bat" "%cd%" %*
|
||||
) else (
|
||||
python "%~dp0\autojump" %*
|
||||
)
|
||||
)
|
||||
|
@ -12,4 +12,4 @@ if ERRORLEVEL 1 (
|
||||
)
|
||||
) else (
|
||||
python "%~dp0\autojump" %*
|
||||
)
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user