diff options
| author | Simon Hauser <Simon-Hauser@outlook.de> | 2021-09-01 16:53:56 +0200 |
|---|---|---|
| committer | Simon Hauser <Simon-Hauser@outlook.de> | 2021-09-01 16:53:56 +0200 |
| commit | baf39e5339aef4f9fff1a10bbccdf929d006bfa5 (patch) | |
| tree | b42f0ae6e23d83031d1041134ad5acb2557dca7e /lua | |
| parent | b0c04c62b5cce850ce0d10cd6a06163b57042318 (diff) | |
doc: generate docgen
i forgot it. My bad
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/telescope/utils.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/telescope/utils.lua b/lua/telescope/utils.lua index 50b5298..a13a424 100644 --- a/lua/telescope/utils.lua +++ b/lua/telescope/utils.lua @@ -415,7 +415,7 @@ function utils.data_directory() end function utils.buffer_dir() - return vim.fn.expand('%:p:h') + return vim.fn.expand "%:p:h" end function utils.display_termcodes(str) |
