Fix python comment chars

This commit is contained in:
Martin Chaine 2016-12-08 11:07:25 +01:00 committed by GitHub
parent 03eb128536
commit 3227fa7b57

View File

@ -78,7 +78,8 @@ hook global BufSetOption filetype=(pug|rust) %{
} }
hook global BufSetOption filetype=python %{ hook global BufSetOption filetype=python %{
set buffer comment_selection_chars '""":"""' set buffer comment_line_chars '#'
set buffer comment_selection_chars '\'\'\':\'\'\''
} }
hook global BufSetOption filetype=ragel %{ hook global BufSetOption filetype=ragel %{