Commit 5d7e5326 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Add RFC support to Vim

parent 1f32acb7
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -46,3 +46,6 @@
[submodule ".vim/bundle/errormarker"]
	path = .vim/bundle/errormarker
	url = https://github.com/mh21/errormarker.vim.git
[submodule ".vim/bundle/rfc-syntax"]
	path = .vim/bundle/rfc-syntax
	url = https://github.com/vim-scripts/rfc-syntax.git
Original line number Diff line number Diff line
Subproject commit 4a05fcdc5df36a3c6df9ddc142bac644b35eecd0

.vim/plugin/rfc.vim

0 → 100644
+1 −0
Original line number Diff line number Diff line
autocmd BufEnter http://*.txt,https://*.txt set filetype=rfc nomodifiable