From 394b962524a7c3423a46911fc35c304aa271d1ee Mon Sep 17 00:00:00 2001 From: Koen Date: Wed, 11 Jan 2017 12:36:17 +0200 Subject: [PATCH] Add missing shell expansion variable documentation Add a documentation entry for kak_cursor_byte_offset --- doc/manpages/expansions.asciidoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/manpages/expansions.asciidoc b/doc/manpages/expansions.asciidoc index fcf9701a..f4f16974 100644 --- a/doc/manpages/expansions.asciidoc +++ b/doc/manpages/expansions.asciidoc @@ -93,6 +93,8 @@ informations about Kakoune's state: column of the end of the main selection (in byte) *kak_cursor_char_column*:: column of the end of the main selection (in character) +*kak_cursor_byte_offset*:: + Offset of the main selection from the beginning of the buffer (in bytes). *kak_window_width*:: width of the current kakoune window *kak_window_height*::