From a13fda59fe2b988fb9a99d186470667621bd9076 Mon Sep 17 00:00:00 2001 From: Github Actions Date: Thu, 23 Nov 2023 18:22:39 +0000 Subject: [PATCH] [docgen] Update doc/telescope.txt skip-checks: true --- doc/telescope.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/telescope.txt b/doc/telescope.txt index 898284e..de97eb4 100644 --- a/doc/telescope.txt +++ b/doc/telescope.txt @@ -2574,6 +2574,12 @@ utils.notify({funname}, {opts}) *telescope.utils.notify()* {opts} (table) opts.level string, opts.msg string, opts.once bool +utils.separate_file_path_location() *telescope.utils.separate_file_path_location()* + Takes the path and parses optional cursor location `$file:$line:$column` If + line or column not present `0` returne returned. + + + ================================================================================ ACTIONS *telescope.actions*