aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ISSUES.markdown2
1 files changed, 2 insertions, 0 deletions
diff --git a/ISSUES.markdown b/ISSUES.markdown
index 4c78a3f3..9a2877d3 100644
--- a/ISSUES.markdown
+++ b/ISSUES.markdown
@@ -21,3 +21,5 @@ Known issues
* Would be good to complete the Makefile variables for NAME, EMAIL etc with
educated guesses (`id -u`@`cat /etc/mailname`) etc rather than hardcoding
my own stuff in there
+* vim's implementation of ex clears the screen; would be good to find a way
+ to prevent that (preferably without something awful like `TERM=t100 ex`).