Add missing shell expansion variable documentation

Add  a documentation entry for kak_cursor_byte_offset
This commit is contained in:
Koen 2017-01-11 12:36:17 +02:00 committed by GitHub
parent faa18b3a8f
commit 394b962524

View File

@ -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*::