diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2018-11-09 02:00:28 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2018-11-09 02:00:28 +0530 |
commit | 30dc2baa3b978e179eb46f1add4ab69da3edd3cb (patch) | |
tree | 648877b649a2e07dae6a53d6a90cb18781d5b04d /nnn.c | |
parent | 61452102efc90c1fab1e8f314b267b54ab76fc97 (diff) | |
download | nnn-30dc2baa3b978e179eb46f1add4ab69da3edd3cb.tar.gz |
Update docs
Diffstat (limited to 'nnn.c')
-rw-r--r-- | nnn.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -2755,7 +2755,6 @@ nochange: case '2': //fallthrough case '3': //fallthrough case '4': - { r = tmp[0] - '1'; /* Save the next context id */ if (cfg.curctx == r) continue; @@ -2794,7 +2793,6 @@ nochange: presel = FILTER; goto begin; } - } } if (get_bm_loc(tmp, newpath) == NULL) { |