Merge remote-tracking branch 'lenormf/fix-pony'

This commit is contained in:
Maxime Coste 2017-12-12 17:55:18 +11:00
commit 593a75acbe

View File

@ -90,11 +90,6 @@ hook global WinSetOption filetype=pony %{
hook window InsertEnd .* -group pony-indent %{ try %{ execute-keys -draft \; <a-x> s ^\h+$ <ret> d } } hook window InsertEnd .* -group pony-indent %{ try %{ execute-keys -draft \; <a-x> s ^\h+$ <ret> d } }
} }
hook global WinSetOption filetype=pony %{
set-option buffer tabstop 2
set-option buffer indentwidth 2
}
hook -group pony-highlight global WinSetOption filetype=(?!pony).* %{ remove-highlighter pony } hook -group pony-highlight global WinSetOption filetype=(?!pony).* %{ remove-highlighter pony }
hook global WinSetOption filetype=(?!pony).* %{ hook global WinSetOption filetype=(?!pony).* %{