summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2017-02-27 13:21:04 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2017-02-27 13:21:04 +0000
commit2fa16eee538ba13148c75c6852876d5ab024ba00 (patch)
tree0d5e99c295659b86c158f25740ca9ae3f1587120 /TODO
parent14dc2acc25b13c60a7d56eac31eed0d9ab75e339 (diff)
Change to vim(1) script by Eric Pruitt.
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 0 insertions, 4 deletions
diff --git a/TODO b/TODO
index 03f47427..070b9489 100644
--- a/TODO
+++ b/TODO
@@ -43,14 +43,10 @@
* display-time but message-fg/bg/attr
* list-* vs show-*
-- better UTF-8 support:
- * searching in copy mode
-
- copy/paste improvements:
* paste w/o trailing whitespace
* command to toggle selection not to move it in copy-mode
* regex searching
- * copy-pipe should have -x as well
* searching in copy mode should unwrap lines, so if you search for "foobar"
then it should be found even if it is now "foo\nbar" (if the WRAP flag
is set on the line)