neovim/test/functional/plugin
Lajos Koszti ba6761eafe
fix(lsp): fix omnicomplete in middle of the line (#25787)
Fixes a regression from 5e5f5174e3

Until that commit we had a logic like this:
`local prefix = startbyte and line:sub(startbyte + 1) or line_to_cursor:sub(word_boundary)`

The commit changed the logic and no longer cut off the line at the cursor,  resulting in a prefix that included trailing characters
2023-10-26 22:40:36 +02:00
..
lsp fix(lsp): fix omnicomplete in middle of the line (#25787) 2023-10-26 22:40:36 +02:00
ccomplete_spec.lua dist: generated version of ccomplete.vim (#21623) 2023-01-05 11:00:32 -05:00
cfilter_spec.lua dist: transpile cfilter.vim => cfilter.lua #21662 2023-01-08 12:31:38 -08:00
editorconfig_spec.lua fix(editorconfig): do not set 'endofline' 2023-08-27 19:27:25 +01:00
health_spec.lua feat(health): fold successful healthchecks #22866 2023-06-06 08:42:26 -07:00
lsp_spec.lua fix(lsp): fix off-by-one error for omnifunc word boundary 2023-10-23 08:26:38 +02:00
man_spec.lua test(plugin/man_spec): use pesc() on actual_file in pattern (#25199) 2023-09-17 06:07:53 +08:00
matchparen_spec.lua chore: fix typos (#17755) 2022-03-25 19:57:59 +01:00
msgpack_spec.lua test: Eliminate plugin/helpers.lua 2019-08-05 23:55:57 +02:00
shada_spec.lua test: don't unnecessarily specify win/buf for nvim_(get|set)_option_value 2023-05-22 13:02:07 +06:00
tutor_spec.lua refactor(tutor): cleanup 2023-09-26 06:41:53 -07:00