This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository efm2.
View the commit online.
commit b511c2fc7cf2487247400456a1a6357fbc793105
Author: Carsten Haitzler (Rasterman) <[email protected]>
AuthorDate: Wed Jan 21 19:19:15 2026 +0000
typebuf when cmd is detected sel nothing
for now...
---
src/efm/efm_typebuf.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/efm/efm_typebuf.c b/src/efm/efm_typebuf.c
index 60c422f..d2e8342 100644
--- a/src/efm/efm_typebuf.c
+++ b/src/efm/efm_typebuf.c
@@ -44,6 +44,8 @@ _typebuf_update(Smart_Data *sd, const char *str)
if (pos > 0)
{ // we have a cmd
+ _efm_sel_none(sd);
+ // now what????
}
else
{ // just have a file match glob
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.