1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-11-28 01:00:28 +03:00

diff.kak: recognize patch files

This commit is contained in:
Maxime Coste 2012-07-25 14:14:25 +02:00
parent 6fc0432e9f
commit af203b2b94

View File

@ -1,4 +1,4 @@
hook global BufCreate .*\.diff \
hook global BufCreate .*\.(diff|patch) \
setb filetype diff
hook global WinSetOption filetype=diff \