mirror of
https://github.com/zoriya/telescope.nvim.git
synced 2026-06-01 18:47:03 +00:00
doc(action_state): improve description of action_state.get_current_line (#2895)
(cherry picked from commit f1fd99ebfb)
This commit is contained in:
+1
-1
@@ -2975,7 +2975,7 @@ action_state.get_selected_entry() *telescope.actions.state.get_selected_entry()*
|
||||
|
||||
|
||||
action_state.get_current_line() *telescope.actions.state.get_current_line()*
|
||||
Gets the current line
|
||||
Gets the current line in the search prompt
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -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