fix(builtin)!: quickfix entry maker does not used fixed width for file (#2842)
This commit is contained in:
@@ -1266,11 +1266,9 @@ builtin.quickfix({opts}) *telescope.builtin.quickfix()*
|
||||
{opts} (table) options to pass to the picker
|
||||
|
||||
Options: ~
|
||||
{show_line} (boolean) show results text (default: true)
|
||||
{trim_text} (boolean) trim results text (default: false)
|
||||
{fname_width} (number) defines the width of the filename section
|
||||
(default: 30)
|
||||
{nr} (number) specify the quickfix list number
|
||||
{show_line} (boolean) show results text (default: true)
|
||||
{trim_text} (boolean) trim results text (default: false)
|
||||
{nr} (number) specify the quickfix list number
|
||||
|
||||
|
||||
builtin.quickfixhistory({opts}) *telescope.builtin.quickfixhistory()*
|
||||
@@ -1292,10 +1290,8 @@ builtin.loclist({opts}) *telescope.builtin.loclist()*
|
||||
{opts} (table) options to pass to the picker
|
||||
|
||||
Options: ~
|
||||
{show_line} (boolean) show results text (default: true)
|
||||
{trim_text} (boolean) trim results text (default: false)
|
||||
{fname_width} (number) defines the width of the filename section
|
||||
(default: 30)
|
||||
{show_line} (boolean) show results text (default: true)
|
||||
{trim_text} (boolean) trim results text (default: false)
|
||||
|
||||
|
||||
builtin.oldfiles({opts}) *telescope.builtin.oldfiles()*
|
||||
@@ -1522,10 +1518,8 @@ builtin.tagstack({opts}) *telescope.builtin.tagstack()*
|
||||
{opts} (table) options to pass to the picker
|
||||
|
||||
Options: ~
|
||||
{show_line} (boolean) show results text (default: true)
|
||||
{trim_text} (boolean) trim results text (default: false)
|
||||
{fname_width} (number) defines the width of the filename section
|
||||
(default: 30)
|
||||
{show_line} (boolean) show results text (default: true)
|
||||
{trim_text} (boolean) trim results text (default: false)
|
||||
|
||||
|
||||
builtin.jumplist({opts}) *telescope.builtin.jumplist()*
|
||||
@@ -1536,10 +1530,8 @@ builtin.jumplist({opts}) *telescope.builtin.jumplist()*
|
||||
{opts} (table) options to pass to the picker
|
||||
|
||||
Options: ~
|
||||
{show_line} (boolean) show results text (default: true)
|
||||
{trim_text} (boolean) trim results text (default: false)
|
||||
{fname_width} (number) defines the width of the filename section
|
||||
(default: 30)
|
||||
{show_line} (boolean) show results text (default: true)
|
||||
{trim_text} (boolean) trim results text (default: false)
|
||||
|
||||
|
||||
builtin.lsp_references({opts}) *telescope.builtin.lsp_references()*
|
||||
@@ -1560,8 +1552,6 @@ builtin.lsp_references({opts}) *telescope.builtin.lsp_references()*
|
||||
different from the current file,
|
||||
values: "tab", "tab drop", "split",
|
||||
"vsplit", "never"
|
||||
{fname_width} (number) defines the width of the filename
|
||||
section (default: 30)
|
||||
{show_line} (boolean) show results text (default: true)
|
||||
{trim_text} (boolean) trim results text (default: false)
|
||||
{file_encoding} (string) file encoding for the previewer
|
||||
@@ -1576,8 +1566,6 @@ builtin.lsp_incoming_calls({opts}) *telescope.builtin.lsp_incoming_calls()*
|
||||
{opts} (table) options to pass to the picker
|
||||
|
||||
Options: ~
|
||||
{fname_width} (number) defines the width of the filename section
|
||||
(default: 30)
|
||||
{show_line} (boolean) show results text (default: true)
|
||||
{trim_text} (boolean) trim results text (default: false)
|
||||
{file_encoding} (string) file encoding for the previewer
|
||||
@@ -1592,8 +1580,6 @@ builtin.lsp_outgoing_calls({opts}) *telescope.builtin.lsp_outgoing_calls()*
|
||||
{opts} (table) options to pass to the picker
|
||||
|
||||
Options: ~
|
||||
{fname_width} (number) defines the width of the filename section
|
||||
(default: 30)
|
||||
{show_line} (boolean) show results text (default: true)
|
||||
{trim_text} (boolean) trim results text (default: false)
|
||||
{file_encoding} (string) file encoding for the previewer
|
||||
@@ -1612,8 +1598,6 @@ builtin.lsp_definitions({opts}) *telescope.builtin.lsp_definitions()*
|
||||
and the definition file is different from
|
||||
the current file, values: "tab", "tab
|
||||
drop", "split", "vsplit", "never"
|
||||
{fname_width} (number) defines the width of the filename section
|
||||
(default: 30)
|
||||
{show_line} (boolean) show results text (default: true)
|
||||
{trim_text} (boolean) trim results text (default: false)
|
||||
{reuse_win} (boolean) jump to existing window if buffer is
|
||||
@@ -1634,8 +1618,6 @@ builtin.lsp_type_definitions({opts}) *telescope.builtin.lsp_type_definitions()*
|
||||
and the definition file is different from
|
||||
the current file, values: "tab", "tab
|
||||
drop", "split", "vsplit", "never"
|
||||
{fname_width} (number) defines the width of the filename section
|
||||
(default: 30)
|
||||
{show_line} (boolean) show results text (default: true)
|
||||
{trim_text} (boolean) trim results text (default: false)
|
||||
{reuse_win} (boolean) jump to existing window if buffer is
|
||||
@@ -1656,8 +1638,6 @@ builtin.lsp_implementations({opts}) *telescope.builtin.lsp_implementations()*
|
||||
one and the definition file is different
|
||||
from the current file, values: "tab", "tab
|
||||
drop", "split", "vsplit", "never"
|
||||
{fname_width} (number) defines the width of the filename section
|
||||
(default: 30)
|
||||
{show_line} (boolean) show results text (default: true)
|
||||
{trim_text} (boolean) trim results text (default: false)
|
||||
{reuse_win} (boolean) jump to existing window if buffer is
|
||||
|
||||
Reference in New Issue
Block a user