diff options
| author | Tristan Knight <admin@snappeh.com> | 2024-10-26 15:38:25 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-26 07:38:25 -0700 |
| commit | 25b53b593ef6f229fbec5b3dc205a7539579d13a (patch) | |
| tree | 8c13b6b78e22437b8fd22ac8b639ecc65417fff3 /runtime/doc | |
| parent | b922b7d6d7889cce863540df7b0da7d512f8a2a1 (diff) | |
| download | rneovim-25b53b593ef6f229fbec5b3dc205a7539579d13a.tar.gz rneovim-25b53b593ef6f229fbec5b3dc205a7539579d13a.tar.bz2 rneovim-25b53b593ef6f229fbec5b3dc205a7539579d13a.zip | |
refactor(lsp): drop str_byteindex/str_utfindex wrappers #30915
* deprecate old signatures
* move to new str_byteindex/str_utfindex signature
* use single-underscore name (double-underscore is reserved for Lua itself)
Diffstat (limited to 'runtime/doc')
| -rw-r--r-- | runtime/doc/news.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt index cde98e7593..6211f9b4e4 100644 --- a/runtime/doc/news.txt +++ b/runtime/doc/news.txt @@ -208,6 +208,8 @@ LUA • |vim.fs.rm()| can delete files and directories. • |vim.validate()| now has a new signature which uses less tables, is more peformant and easier to read. +• |vim.str_byteindex()| and |vim.str_utfindex()| gained overload signatures + supporting two new parameters, `encoding` and `strict_indexing`. OPTIONS |