nvim-treesitter/lua/nvim-treesitter
Santos Gallegos 31e6d1e647 TextObjects: refactor wrong func names
Reading the code, these functions should be named differently

a755017dd5/lua/nvim-treesitter/query.lua (L203-L203)
2020-09-12 10:51:06 +02:00
..
refactor feat(refactor.navigation): allow a fallback_function for goto_definition 2020-08-31 22:16:27 +02:00
textobjects TextObjects: refactor wrong func names 2020-09-12 10:51:06 +02:00
caching.lua fix(modules): do not reattach if already attached 2020-08-22 06:07:21 -05:00
configs.lua Allow to call setup on already loaded modules. 2020-09-11 08:45:50 +02:00
fold.lua Fold: respect max_fold_level from 'foldnestmax' 2020-09-07 18:24:21 +02:00
health.lua fix(health): only check installed parsers 2020-08-27 21:39:11 +02:00
highlight.lua fix(modules): do not reattach if already attached 2020-08-22 06:07:21 -05:00
incremental_selection.lua Incremental selection: fix skipping some nodes 2020-09-07 18:24:55 +02:00
info.lua Completion: use custom instead of customlist 2020-09-05 19:29:46 +02:00
install.lua Yield meaningful error messages in iter_cmd{,_sync} when cmd.err == nil 2020-09-11 18:01:33 +02:00
locals.lua fix(locals): add nil guard for definition id creation 2020-08-25 14:35:08 +02:00
parsers.lua Improve startuptime 2020-09-10 22:58:59 +02:00
query.lua Fix #418: iterator function should always return an iterator 2020-09-08 22:02:11 +02:00
query_predicates.lua preds: declare set! predicate 2020-09-03 18:19:18 +02:00
ts_utils.lua feat(refactor.navigation): add navigation.goto_{next,previous}_usage 2020-08-31 18:56:41 +02:00
utils.lua Find package path based on the Lua source file 2020-09-10 15:11:04 +02:00