diff options
author | lostd <lostd@2f30.org> | 2015-01-12 00:28:54 +0200 |
---|---|---|
committer | lostd <lostd@2f30.org> | 2015-01-12 00:28:54 +0200 |
commit | 57642a941010cc523808631bb1ef3c31f7de04ae (patch) | |
tree | 1b4634e5abb3ce454bcf8ebc58e325b22bd16303 | |
parent | 3b5fe15166c2c2bd84654e97b3898bb9548472c1 (diff) | |
download | nnn-57642a941010cc523808631bb1ef3c31f7de04ae.tar.gz |
Match the whole path to enable associations based on a prefix dir
-rw-r--r-- | noice.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -645,7 +645,7 @@ nochange: filter = xstrdup(ifilter); goto out; case S_IFREG: - bin = openwith(name); + bin = openwith(newpath); if (bin == NULL) { printmsg("No association"); free(newpath); |