소스 검색

add todo

pull/185/head
William Ting 10 년 전
부모
커밋
9db8c4feb3
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      bin/autojump

+ 1
- 0
bin/autojump 파일 보기

@ -162,6 +162,7 @@ def detect_smartcase(needles):
def find_matches(entries, needles, check_entries=True):
"""Return an iterator to matching entries."""
# TODO(wting|2014-02-24): replace assertion with unit test
assert isinstance(needles, list), "Needles must be a list."
ignore_case = detect_smartcase(needles)

불러오는 중...
취소
저장