summaryrefslogtreecommitdiff
path: root/doc/tips/vim_syntax_highlighting/discussion.mdwn
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2008-11-11 04:40:24 +0100
committerintrigeri <intrigeri@boum.org>2008-11-11 04:40:24 +0100
commit3d8d47d7858ae0e043a28f348fe8aec444d0d35a (patch)
treed82045e31bc409a1c14d74d13c65a051ec95922c /doc/tips/vim_syntax_highlighting/discussion.mdwn
parent0d8cbfc5e0c1c1408d2d48707fefbd60c12b78a6 (diff)
parent8c47f16dccd8a4dd91f365233690bd8139431249 (diff)
Merge commit 'upstream/master' into prv/po
Diffstat (limited to 'doc/tips/vim_syntax_highlighting/discussion.mdwn')
-rw-r--r--doc/tips/vim_syntax_highlighting/discussion.mdwn7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/tips/vim_syntax_highlighting/discussion.mdwn b/doc/tips/vim_syntax_highlighting/discussion.mdwn
index b1637e758..038854b9f 100644
--- a/doc/tips/vim_syntax_highlighting/discussion.mdwn
+++ b/doc/tips/vim_syntax_highlighting/discussion.mdwn
@@ -1 +1,8 @@
I'm going to look at merging this with potwiki.vim (a vim-based personal wiki) so that you can follow wiki-links and auto-create pages etc., direct from vim. (I'm writing this incase I don't get around to it) -- [[JonDowland]]
+
+----
+
+Another attempt at the same thing is here:
+<http://plasticboy.com/markdown-vim-mode/>
+
+In my tests, [[ikiwiki.vim]] works better than that one, YMMV. --[[Joey]]