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
..
2023-10-16 16:36:25 +08:00
2023-10-16 16:36:25 +08:00
2023-09-13 17:23:45 +02:00
2023-10-26 07:42:29 +08:00
2023-10-23 19:48:50 +02:00
2023-10-16 16:36:25 +08:00
2023-10-16 16:36:25 +08:00
2023-10-26 22:40:36 +02:00
2023-08-23 20:36:16 +01:00
2023-10-16 16:36:25 +08:00
2023-10-21 18:04:08 +08:00
2023-09-19 14:47:37 +01:00
2022-03-13 04:52:45 +00:00
2023-10-19 10:20:55 -05:00
2022-08-20 10:04:55 +02:00
2023-09-26 06:31:35 -07:00
2023-04-21 16:46:35 +02:00
2023-08-13 13:25:10 +01:00
2023-08-30 10:14:58 -05:00
2023-08-13 13:25:10 +01:00
2023-08-13 13:25:10 +01:00
2023-08-13 13:25:10 +01:00
2023-08-13 13:25:10 +01:00
2023-08-13 13:25:10 +01:00
2023-10-16 16:36:25 +08:00
2023-08-24 11:33:06 +09:00
2023-08-13 13:25:10 +01:00
2022-10-13 05:48:12 -07:00
2023-04-07 13:26:29 +02:00
2022-05-13 11:58:22 -07:00
2019-03-11 21:00:12 +01:00
2023-08-31 10:58:54 +02:00
2023-10-16 16:36:25 +08:00