Files
neovim/runtime/lua/vim
Tristan Knight 003b8a251d fix(lsp): handle out-of-bounds character positions #30288
Problem:
str_byteindex_enc could return an error if the index was longer than the
lline length. This was handled in each of the calls to it individually

Solution:
* Fix the call at the source level so that if the index is higher than
  the line length, line length is returned as per LSP specification
* Remove pcalls on str_byteindex_enc calls. No longer needed now that
  str_byteindex_enc has a bounds check.
2024-09-08 03:44:46 -07:00
..
2024-06-08 21:38:06 +02:00
2024-09-01 13:01:24 -07:00
2024-03-06 10:45:22 +00:00
2024-05-27 20:48:46 +02:00
2024-01-16 09:33:10 +00:00
2024-08-29 06:11:32 +08:00
2024-09-01 13:01:24 -07:00
2024-09-01 13:01:24 -07:00
2024-03-16 19:26:10 +00:00
2024-08-29 06:11:32 +08:00
2024-03-16 19:26:10 +00:00
2024-04-30 07:04:42 +08:00