| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-02-23 | checkpatch fix: refactor file path copy | ||
| 2019-02-23 | Single loop coloring | ||
| 2019-02-23 | Fix checkpatch warnings | ||
| 2019-02-22 | Add target norl to drop libreadline | ||
| 2019-02-22 | Use a shorter macro | ||
| 2019-02-19 | Fix compilation failure on Trusty | ||
| 2019-02-19 | Prepare for release v2.3 | ||
| 2019-02-16 | Change strings | ||
| 2019-02-13 | Add comments | ||
| 2019-02-12 | Fix file name generation | ||
| 2019-02-12 | Terminate string only once | ||
| 2019-02-12 | Fix #208: cut at correct codepoint for CJK | ||
| 2019-02-11 | Use tmp buffer to redraw() | ||
| 2019-02-11 | Fix indentation | ||
| 2019-02-11 | Pressing Enter is simpler for some checks | ||
| 2019-02-10 | Fix #207: use correct description | ||
| 2019-02-10 | Simplify check | ||
| 2019-02-10 | Fix build break | ||
| 2019-02-10 | Use y/Y for all confirmations | ||
| 2019-02-10 | Fix https://github.com/mcchrish/nnn.vim/issues/39 | ||
| If nnn is started in the picker mode, do NOT use libreadline. Fallback to the stock mechanism to show the command prompt. | |||
| 2019-02-09 | initialize on declaration | ||
| 2019-02-09 | Fix build break | ||
| 2019-02-09 | Use sigaction | ||
| 2019-02-08 | Refresh contents after a ^C | ||
| 2019-02-08 | Add verbosity | ||
| 2019-02-08 | Fix build break | ||
| 2019-02-08 | Support du abort on Ctrl-C | ||
| 2019-02-08 | More informative feedback on du | ||
| 2019-02-07 | Show file name for easier archive naming | ||
| 2019-02-06 | Use env var NNNLVL to track nested level | ||
| 2019-02-06 | Archive: check archive mode first | ||
| 2019-02-06 | Just print the filepath | ||
| 2019-02-05 | Merge pull request #204 from breisa/master | ||
| Clarify the difference between copy and select | |||
| 2019-02-05 | Clarify the difference between copy and select. | ||
| 2019-02-06 | Remove redundant env var | ||
| 2019-02-06 | Use a static CRC8 table | ||
| 2019-02-06 | Add option -s to use string filters | ||
| 2019-02-05 | Replace backquote with comma as leader key | ||
| 2019-02-05 | Fix #190: support version sort (option -n) | ||
| 2019-02-05 | Use a macro for digit check | ||
| 2019-02-03 | Remove file indicator from file name | ||
| 2019-02-01 | Revert "Handle nav cases separately" | ||
| This reverts commit 14309938580b48f5b0290959c214d2030b6f51d7. | |||
| 2019-02-01 | Don't reset dircolor prematurely | ||
| 2019-02-01 | Do not optimize cur on rm if in filter mode | ||
| 2019-02-01 | Do not watch dir if entering in filter mode | ||
| 2019-01-31 | Update help | ||
| 2019-01-31 | Remove key N | ||
| 2019-01-31 | Support archiving files in selection | ||
| 2019-01-30 | Add an api to check if copying possible | ||
| 2019-01-30 | More concise help | ||