Hi Bram, The attached patch adds *.mdwn (extension used by ikiwiki) as a known extension for markdown files.
Cheers, -- James GPG Key: 4096R/331BA3DB 2011-12-05 James McCoy <[email protected]>
diff --git a/runtime/filetype.vim b/runtime/filetype.vim --- a/runtime/filetype.vim +++ b/runtime/filetype.vim @@ -1101,7 +1101,7 @@ au BufNewFile,BufRead *.map setf map " Markdown -au BufNewFile,BufRead *.markdown,*.mdown,*.mkd,*.mkdn,README.md setf markdown +au BufNewFile,BufRead *.markdown,*.mdown,*.mkd,*.mkdn,*.mdwn,README.md setf markdown " Mason au BufNewFile,BufRead *.mason,*.mhtml setf mason
signature.asc
Description: Digital signature

