Ammend test function to check for mappings.

This commit is contained in:
Israel Chauca Fuentes
2010-08-07 17:02:29 -05:00
parent 7dd7edff64
commit e6288a7313
2 changed files with 50 additions and 13 deletions
+1 -1
View File
@@ -107,7 +107,7 @@ call s:DelimitMateDo()
command! DelimitMateReload call s:DelimitMateDo(1)
" Quick test:
command! DelimitMateTest call s:TestMappingsDo()
command! DelimitMateTest silent call s:TestMappingsDo()
" Switch On/Off:
command! DelimitMateSwitch call s:DelimitMateSwitch()