don't reset line chars for python

This commit is contained in:
Martin Chaine 2016-12-08 11:18:16 +01:00 committed by GitHub
parent 3227fa7b57
commit 5b95e537ba

View File

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