fixed commenter missing comma bug

This commit is contained in:
Pavel Lutskov
2020-02-06 10:52:53 +01:00
parent 7afbdedd7d
commit 207ad4925f

View File

@@ -17,7 +17,7 @@ let s:comment_map = {
\ 'vue': '\/\/', \ 'vue': '\/\/',
\ 'cmake': '#', \ 'cmake': '#',
\ 'scheme': ';;', \ 'scheme': ';;',
\ 'yaml': '#' \ 'yaml': '#',
\ 'haskell': '--' \ 'haskell': '--'
\ } \ }