Merge remote-tracking branch 'lenormf/fix-pony'
This commit is contained in:
commit
593a75acbe
|
@ -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).* %{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user