doc(action_state): improve description of action_state.get_current_line (#2895)
This commit is contained in:
@@ -17,7 +17,7 @@ function action_state.get_selected_entry()
|
||||
return global_state.get_global_key "selected_entry"
|
||||
end
|
||||
|
||||
--- Gets the current line
|
||||
--- Gets the current line in the search prompt
|
||||
function action_state.get_current_line()
|
||||
return global_state.get_global_key "current_line" or ""
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user