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

minor version bump

This commit is contained in:
William Ting 2013-02-13 22:25:53 -06:00
parent 022b43edd2
commit 48487e3050
2 changed files with 1 additions and 3 deletions

View File

@ -34,7 +34,7 @@ import re
import shutil import shutil
from tempfile import NamedTemporaryFile from tempfile import NamedTemporaryFile
VERSION = 'release-v21.4.3' VERSION = 'release-v21.4.4'
MAX_KEYWEIGHT = 1000 MAX_KEYWEIGHT = 1000
MAX_STORED_PATHS = 1000 MAX_STORED_PATHS = 1000
COMPLETION_SEPARATOR = '__' COMPLETION_SEPARATOR = '__'

View File

@ -37,7 +37,6 @@ chpwd_functions+=autojump_chpwd
function j { function j {
# Cannot use =~ due to MacPorts zsh v4.2, see issue #125. # Cannot use =~ due to MacPorts zsh v4.2, see issue #125.
echo "j()"
if [[ ${@} == -* ]]; then if [[ ${@} == -* ]]; then
autojump ${@} autojump ${@}
return return
@ -55,7 +54,6 @@ function j {
} }
function jc { function jc {
echo "j()"
if [[ ${@} == -* ]]; then if [[ ${@} == -* ]]; then
j ${@} j ${@}
else else