]> git.madduck.net Git - etc/vim.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

remove mkd plugin
authormartin f. krafft <madduck@madduck.net>
Wed, 13 Oct 2010 04:10:49 +0000 (06:10 +0200)
committermartin f. krafft <madduck@madduck.net>
Wed, 13 Oct 2010 04:11:23 +0000 (06:11 +0200)
.vim/ftdetect/mkd.vim [deleted file]
.vim/ftplugin/mkd.vim [deleted file]
.vim/syntax/mkd.vim [deleted symlink]

diff --git a/.vim/ftdetect/mkd.vim b/.vim/ftdetect/mkd.vim
deleted file mode 100644 (file)
index 8ef5a7c..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-" markdown filetype file
-augroup filetypedetect
-  au! BufRead,BufNewFile *.mkd   setfiletype mkd
-  au! BufRead,BufNewFile *.mdwn  setfiletype mkd
-augroup END
diff --git a/.vim/ftplugin/mkd.vim b/.vim/ftplugin/mkd.vim
deleted file mode 100644 (file)
index 581e00a..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-setlocal formatoptions=tcroqn2
-setlocal comments=n:>
diff --git a/.vim/syntax/mkd.vim b/.vim/syntax/mkd.vim
deleted file mode 120000 (symlink)
index 58c924c..0000000
+++ /dev/null
@@ -1 +0,0 @@
-/usr/share/vim-scripts/syntax/mkd.vim
\ No newline at end of file