mirror of
https://github.com/wting/autojump
synced 2026-03-02 03:49:26 +00:00
(Running pre-commit) Run end of file fixer.
This commit is contained in:
@@ -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" %*
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user