Save the end_keyword_loc
location using the given saved source so that it can be retrieved later.
def forced_us_ascii_encoding?: () -> bool
def forced_us_ascii_encoding?: () -> bool
def forced_us_ascii_encoding?: () -> bool
Save the module_keyword_loc
location using the given saved source so that it can be retrieved later.
Save the end_keyword_loc
location using the given saved source so that it can be retrieved later.
def forced_us_ascii_encoding?: () -> bool
Save the class_keyword_loc
location using the given saved source so that it can be retrieved later.
Save the end_keyword_loc
location using the given saved source so that it can be retrieved later.
def forced_us_ascii_encoding?: () -> bool
Save the then_keyword_loc
location using the given saved source so that it can be retrieved later.
Save the end_keyword_loc
location using the given saved source so that it can be retrieved later.
Save the do_keyword_loc
location using the given saved source so that it can be retrieved later.
Save the then_keyword_loc
location using the given saved source so that it can be retrieved later.
Save the do_keyword_loc
location using the given saved source so that it can be retrieved later.
The offset from the start of the file in code units of the given encoding.
The column number in code units of the given encoding where this location starts from the start of the line.
vi_change_to_eol
(vi command: C
) + Kill and change from the cursor to the end of the line.
vi-kill-line-prev
(vi: Ctrl-U
) Delete the string from the beginning of the edit buffer to the cursor and save it to the cut buffer.
Readline
unix-line-discard
(C-u
) Kill backward from the cursor to the beginning of the current line.