瀏覽代碼

Revert "Allow empty-string-as-default compatibility mode in more cases"

Fixes #17. Breaks #16 again, but that can't be helped.

This reverts commit f327ce03e948965b1f66f8c3cdb7f429fa416c38.
Ryan C. Thompson 13 年之前
父節點
當前提交
fce2cda503
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      ido-ubiquitous.el

+ 1 - 0
ido-ubiquitous.el

@@ -271,6 +271,7 @@ This behavior is disabled by setting
 `ido-ubiquitous-enable-compatibility' to nil."
   (if (and ido-ubiquitous-enable-compatibility
            (eq ido-cur-item 'list)
+           ido-require-match
            (null ido-default-item)
            (not current-prefix-arg)
            (string= ido-text "")