1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-12-25 20:41:49 +03:00

Remove golang hooks on filetype change to non-go

This commit is contained in:
Maxime Coste 2015-07-21 23:40:26 +01:00
parent 0ad2aaf54a
commit 5ed9fd2763

View File

@ -74,4 +74,6 @@ hook global WinSetOption filetype=golang %{
hook global WinSetOption filetype=(?!golang).* %{
rmhl golang
rmhooks window golang-hooks
rmhooks window golang-indent
}