fixed commenter missing comma bug
This commit is contained in:
@@ -17,7 +17,7 @@ let s:comment_map = {
|
|||||||
\ 'vue': '\/\/',
|
\ 'vue': '\/\/',
|
||||||
\ 'cmake': '#',
|
\ 'cmake': '#',
|
||||||
\ 'scheme': ';;',
|
\ 'scheme': ';;',
|
||||||
\ 'yaml': '#'
|
\ 'yaml': '#',
|
||||||
\ 'haskell': '--'
|
\ 'haskell': '--'
|
||||||
\ }
|
\ }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user