mirror of
https://github.com/neovim/neovim.git
synced 2026-04-26 01:04:10 +00:00
docs: api, pack, events, develop
This commit is contained in:
3
runtime/lua/vim/_meta/vimfn.lua
generated
3
runtime/lua/vim/_meta/vimfn.lua
generated
@@ -2828,8 +2828,7 @@ function vim.fn.getchangelist(buf) end
|
||||
--- Return zero otherwise.
|
||||
--- If {expr} is 1, only check if a character is available, it is
|
||||
--- not consumed. Return zero if no character available.
|
||||
--- If you prefer always getting a string use |getcharstr()|, or
|
||||
--- specify |FALSE| as "number" in {opts}.
|
||||
--- To always get a string, specify "number" as |FALSE| in {opts}.
|
||||
---
|
||||
--- Without {expr} and when {expr} is 0 a whole character or
|
||||
--- special key is returned. If it is a single character, the
|
||||
|
||||
Reference in New Issue
Block a user