neovim/runtime/lua/vim/_meta
zeertzjq 4c7df98e4e vim-patch:9.0.1515: reverse() does not work for a String
Problem:    reverse() does not work for a String.
Solution:   Implement reverse() for a String. (Yegappan Lakshmanan,
            closes vim/vim#12179)

03ff1c2dde

vim-patch:9.0.1738: Duplicate code to reverse a string

Problem:  Duplicate code to reverse a string
Solution: Move reverse_text() to strings.c and remove string_reverse().

closes: vim/vim#12847

4dd266cb66

Co-authored-by: Yegappan Lakshmanan <yegappan@yahoo.com>
2023-08-19 18:05:46 +08:00
..
api_keysets.lua docs(lua): the keyset nilocalypse 2023-08-08 10:42:59 +02:00
api.lua docs: misc 2023-08-03 14:01:53 +02:00
builtin.lua docs(lua): vim.str_utf_{start,end,pos} #24424 2023-07-29 07:08:32 -07:00
diff.lua fix: luacheck 2023-07-17 16:32:56 +01:00
json.lua fix: luacheck 2023-07-17 16:32:56 +01:00
misc.lua fix: luacheck 2023-07-17 16:32:56 +01:00
mpack.lua fix: luacheck 2023-07-17 16:32:56 +01:00
options.lua feat(defaults): treat "•" as a list item prefix #24623 2023-08-09 15:33:53 -07:00
regex.lua docs: luaref cleanup #24541 2023-08-03 08:35:10 -07:00
spell.lua fix: luacheck 2023-07-17 16:32:56 +01:00
vimfn.lua vim-patch:9.0.1515: reverse() does not work for a String 2023-08-19 18:05:46 +08:00