1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-12-19 09:21:30 +03:00

Merge remote-tracking branch 'casimir/patch-1'

This commit is contained in:
Maxime Coste 2016-12-08 23:01:32 +00:00
commit ae70bcf6c9

View File

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