aboutsummaryrefslogtreecommitdiff
path: root/ISSUES.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-03-09 11:00:26 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-03-09 11:00:26 +1300
commit0b3ec1c5ece3ad484158312711a8ca9b86d39bc1 (patch)
tree8ec7d8430099cec926cbdea471d1bdae1553c149 /ISSUES.markdown
parentUse env vars not shell funcs for vim check (diff)
downloaddotfiles-0b3ec1c5ece3ad484158312711a8ca9b86d39bc1.tar.gz
dotfiles-0b3ec1c5ece3ad484158312711a8ca9b86d39bc1.zip
Add an issue
Diffstat (limited to 'ISSUES.markdown')
-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`).