Hi,

Here is a little diff to update kakoune to the last release.

# ChangeLog
- **g** and **v** do not auto lower case the next key, so **GL** needs to be
manually mapped to **Gl** for example.
- Fix flickering issues on some terminals such as the linux console

As usual, kakoune built fine even if running make test shows some failures.
I have opened an issue upstream :
https://github.com/mawww/kakoune/issues/4417

Cheers.

fredg
diff -rupN kakoune.o/Makefile kakoune/Makefile
--- kakoune.o/Makefile  Mon Nov  1 10:42:22 2021
+++ kakoune/Makefile    Mon Nov  1 10:44:22 2021
@@ -2,7 +2,7 @@
 
 COMMENT =              modal code editor with a focus on interactivity
 
-V =                    2021.08.28
+V =                    2021.10.28
 DISTNAME =             kakoune-${V}
 
 CATEGORIES =           editors
diff -rupN kakoune.o/distinfo kakoune/distinfo
--- kakoune.o/distinfo  Mon Nov  1 10:42:22 2021
+++ kakoune/distinfo    Mon Nov  1 11:15:46 2021
@@ -1,2 +1,2 @@
-SHA256 (kakoune-2021.08.28.tar.bz2) = 
b27X39jFcjIQ29hIcIrPA69LhHAW/T7elrKomtMidss=
-SIZE (kakoune-2021.08.28.tar.bz2) = 535791
+SHA256 (kakoune-2021.10.28.tar.bz2) = 
L0yThx3DH2KBcSKBpxGZKLHW1vMA3e2EstPOCrJ/ISY=
+SIZE (kakoune-2021.10.28.tar.bz2) = 537860
diff -rupN kakoune.o/pkg/PLIST kakoune/pkg/PLIST
--- kakoune.o/pkg/PLIST Mon Nov  1 10:42:22 2021
+++ kakoune/pkg/PLIST   Mon Nov  1 11:50:33 2021
@@ -13,7 +13,8 @@ share/kak/colors/default.kak
 share/kak/colors/desertex.kak
 share/kak/colors/github.kak
 share/kak/colors/greyscale.kak
-share/kak/colors/gruvbox.kak
+share/kak/colors/gruvbox-dark.kak
+share/kak/colors/gruvbox-light.kak
 share/kak/colors/kaleidoscope-dark.kak
 share/kak/colors/kaleidoscope-light.kak
 share/kak/colors/lucius.kak
@@ -73,6 +74,7 @@ share/kak/rc/filetype/diff.kak
 share/kak/rc/filetype/dockerfile.kak
 share/kak/rc/filetype/elixir.kak
 share/kak/rc/filetype/elm.kak
+share/kak/rc/filetype/erlang.kak
 share/kak/rc/filetype/eruby.kak
 share/kak/rc/filetype/etc.kak
 share/kak/rc/filetype/exherbo.kak

Reply via email to