index
:
telescope.nvim.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lua
/
telescope
/
make_entry.lua
Age
Commit message (
Expand
)
Author
2023-02-19
fix: avoid eval "= directly in builtin registers picker (#2347)
莊喬
2023-02-19
fix: rename ts_utils.get_node_range -> vim.treesitter.get_node_range (#2376)
Yuta Katayama
2023-01-31
Revert "feat(git): git_commits shows the current branch graph (#2288)" (#2358)
Simon Hauser
2023-01-22
docs: proof-read edits (#2311)
James Trew
2023-01-06
fix: correctly parse filenames with special chars in git_status (#2296)
Jonas Strittmatter
2023-01-06
fix: do not use nvim_buf_line_count on unloaded buffers (#2261)
tzachar
2022-12-28
docs: fix typos/wording (#2283)
Tsakiris Tryfon
2022-12-28
feat(git): git_commits shows the current branch graph (#2288)
Cyan
2022-12-21
fix(builtin.live_grep): add spacer ":" even when coordinates disabled (#2275)
Luke Kershaw
2022-12-02
fix(builtin.commands): no preview for multiline description commands (#2244)
Anton
2022-11-28
feat: add configuration to fix encoding of output of find_command in find_fil...
zbq
2022-11-27
feat(builtin.keymaps): display noremap/buffer indicators and add lhs filter (...
Xavier Young
2022-10-25
fix: rg invert and files-with-matches res line parsing (#2208)
Simon Hauser
2022-10-09
feat(diagnostics): change highlight groups to DiagnosticSign... (#2194)
Nghia Le Minh
2022-09-30
works with register name and content (#2178)
Tushar Kuntawar
2022-09-27
fix: builtin register picker better sorting (#2175)
Tushar Kuntawar
2022-07-07
fix: more autocmds desc fixes (#2049)
Simon Hauser
2022-07-07
fix: autocmd, show desc if available (#2046)
Simon Hauser
2022-07-06
feat(grep_string): invert_match for search="", removing empty lines (#2040)
Simon Hauser
2022-07-04
fix: path_display hidden for make_entry.gen_from_quickfix (#2038)
Charles Moscofian
2022-07-01
docs: `make_entry` and `entry_display`
julianf
2022-07-01
feat: Add entry_index for entry_makers
TJ DeVries
2022-06-30
fix: truncate for builtin.buffers
Simon Hauser
2022-06-30
fix(current_buffer_tags): tag-relative=never (#1970)
Dane Summers
2022-06-30
chore: cleanup autocmd builtin (#1947)
Simon Hauser
2022-06-30
refactor: make_entry more consistent (#1410)
Yorick Peterse
2022-06-30
break: deprecate utils.get_default utils.if_nil (#1545)
Simon Hauser
2022-06-30
feat(vim_options): show scope information in display (#1956)
Simon Hauser
2022-06-30
chore: cleanup vim options (#1946)
Simon Hauser
2022-05-15
fix: get mark list from opts.bufnr instead of using :marks (#1935)
pjmtdw
2022-05-09
feat(builtin.keymaps): show lua fn name if available (#1929)
fdschmidt93
2022-05-04
fix(builtin.tags): custom filename width (#1842)
Michael Maves
2022-05-01
fix(treesitter): use upstream get_node_text() instead of nvim-treesitter's de...
Chinmay Dalal
2022-04-18
feat: added trim option to make_entry.gen_from_quickfix (#1838)
rowario
2022-03-11
fix(grep): make filename parser non-greedy (#1785)
Tom
2022-03-10
fix: man_pages previewer, respecting MANPATH and apropos output parsing (#1764)
Simon Hauser
2022-02-14
fix: add opts.bufnr and opts.winnr to builtin picker (#1706)
James Trew
2022-01-16
fix: handle filenames with colons in `live_grep` (#1609)
Luke Kershaw
2022-01-14
feat: make results pane of builtin `keymaps` more readable (#1684)
daangoossens22
2021-12-10
feat: migrate to Telescope diagnostics using vim.diagnostic (#1553)
Simon Hauser
2021-12-06
fix: git stash entry formatting (#1452)
Farbod Salamat-Zadeh
2021-12-03
fix: regression with grep builtins (#1548)
Simon Hauser
2021-12-03
fix: check for Windows drive letter when parsing vimgrep (#1494)
Luke Kershaw
2021-12-01
fix: Remove symbol_msg substitution (#1525)
Daniel Kempkens
2021-11-27
feat: extend functionality of `entry_display.create` (#1408)
Luke Kershaw
2021-10-19
fix(tags): wrong path separator on Windows (#1354)
x1314aq
2021-09-26
fix: tags now also support suppercollider tags (#1284)
Simon Hauser
2021-09-19
feat: `truncate` option for `path_display` (#1254)
Luke Kershaw
2021-09-16
docs: rewrite readme and add missing config values + builtin opts
Simon Hauser
2021-09-10
fix: stale lnum in buffer previewer (#1229)
fdschmidt93
[next]