Hi,
The attachment add *.vb for filetype vb, since VB.NET source files use
".vb" as their suffix.
Hong
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
diff -r 969cb7b3cd81 runtime/filetype.vim
--- a/runtime/filetype.vim Fri Apr 06 14:31:00 2012 +0200
+++ b/runtime/filetype.vim Mon Apr 09 21:03:33 2012 +0800
@@ -239,6 +239,9 @@
endif
endfunc
+" Visual Basic .NET
+au BufNewFile,BufRead *.vb setf vb
+
" Visual Basic Script (close to Visual Basic)
au BufNewFile,BufRead *.vbs,*.dsm,*.ctl setf vb