mirror of
https://github.com/neovim/neovim.git
synced 2026-01-30 00:52:52 +10:00
These functions were ported with the vim-patch token, but didn't actually port the method call support that was in their patches (method call syntax wasn't ported yet). Add the missing method call support and latest docs for: - assert_nobeep:5b8cabfef7- buffer_name, buffer_number: (obsolete)a8eee21e75- charidx:17793ef23a- flatten:077a1e670a- prompt_getprompt:077cc7aa0e- searchcount:e8f5ec0d30- strptime:10455d43fe- win_gettype:00f3b4e007- win_splitmove:d20dcb3d01Also fix assert_beeps, assert_nobeep and getenv to accept exactly one argument. Previously, they could erroneously accept one or more.