minor version bump

pull/183/head
William Ting 11 years ago
parent 022b43edd2
commit 48487e3050

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

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

Loading…
Cancel
Save