pub fn dict() -> DictionaryExpand description
[Dictionary] of buffer text helpers.
Entries:
"get_visual_selection": wrapsytil_noxi::visual_selection::get_linesand returns the current visual selection (inclusive) as lines."get_selection_for_ex_range": returns selected text plus 0-based buffer coordinates for an Ex range."get_marked_visual_selection": returns persisted visual text plus 0-based buffer coordinates."get_visual_range_command_prefix": returns the Ex range prefix for a persisted visual range."get_token_under_cursor": wrapscrate::buffer::token_under_cursor::getand returns a classified token under the cursor.
Intended for exposure to Lua.