aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-07-30 16:28:13 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-07-30 16:28:13 +1200
commit96ce697739cf356a0e374b275d2d95e090d0f516 (patch)
tree72209d1cdf0d4cb748b50dc617c9f32c8f330ac7
parentTidy completion files (diff)
downloaddotfiles-96ce697739cf356a0e374b275d2d95e090d0f516.tar.gz
dotfiles-96ce697739cf356a0e374b275d2d95e090d0f516.zip
Move issues into their own file.
-rw-r--r--ISSUES.markdown7
-rw-r--r--README.markdown5
2 files changed, 8 insertions, 4 deletions
diff --git a/ISSUES.markdown b/ISSUES.markdown
new file mode 100644
index 00000000..8b900c09
--- /dev/null
+++ b/ISSUES.markdown
@@ -0,0 +1,7 @@
+Known issues
+============
+
+* vr() does not handle the newer version of Subversion repositories which
+ only have a .svn directory at the root level.
+* The terminfo files probably still do not work on NetBSD (needs retesting
+ and manual page reading)
diff --git a/README.markdown b/README.markdown
index 40ffb5b2..caf83fb7 100644
--- a/README.markdown
+++ b/README.markdown
@@ -377,10 +377,7 @@ check to be installed.
Known issues
------------
-I'd welcome patches or advice on fixing any of these problems.
-
-* The `install-terminfo` target does not work correctly on NetBSD due to the
- different way `tic(1)` works, which I don't understand at all.
+See ISSUES.markdown.
Note for previous visitors
--------------------------