]> code.delx.au - gnu-emacs-elpa/commit
Fix counsel-grep-last-line bug
authorOleh Krehel <ohwoeowho@gmail.com>
Wed, 13 Apr 2016 17:29:12 +0000 (19:29 +0200)
committerOleh Krehel <ohwoeowho@gmail.com>
Wed, 13 Apr 2016 17:29:12 +0000 (19:29 +0200)
commit63b96a1e3175345589956aac253d01cf5278be18
treefe0af3c9a9d93a5e868f93dd9d59bfca694a9315
parentc4b9e2576b527109e8c09b29d6e102edb5c5492f
Fix counsel-grep-last-line bug

Need to reset `counsel-grep-last-line' each time the input changes.
That var should only be used for cycling the complete cands, not during
input updates.
counsel.el