Added comment support for tmux.conf

tmux.conf has comments similar to bash, making the default C style
comments inappropriate.
This commit is contained in:
James Harris 2010-07-15 00:43:51 +08:00 committed by Martin Grenfell
parent a1b4c3b94a
commit 9c8343c939

View File

@ -659,6 +659,8 @@ function s:SetUpForNewFiletype(filetype, forceReset)
call s:MapDelimiters('#', '')
elseif a:filetype ==? "tli"
call s:MapDelimiters('#', '')
elseif a:filetype ==? "tmux"
call s:MapDelimiters('#', '')
elseif a:filetype ==? "trasys"
call s:MapDelimiters("$", "")
elseif a:filetype ==? "tsalt"