mirror of
https://github.com/neovim/neovim.git
synced 2026-08-27 17:41:48 +00:00
docs: misc (#29714)
Co-authored-by: Christian Clason <c.clason@uni-graz.at> Co-authored-by: zeertzjq <zeertzjq@outlook.com> Co-authored-by: dundargoc <33953936+dundargoc@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
29fd7432fd
commit
f654a30093
2
runtime/lua/vim/_meta/vimfn.lua
generated
2
runtime/lua/vim/_meta/vimfn.lua
generated
@@ -4233,7 +4233,7 @@ function vim.fn.iconv(string, from, to) end
|
||||
--- Note that `v:_null_string`, `v:_null_list`, `v:_null_dict` and
|
||||
--- `v:_null_blob` have the same `id()` with different types
|
||||
--- because they are internally represented as NULL pointers.
|
||||
--- `id()` returns a hexadecimal representanion of the pointers to
|
||||
--- `id()` returns a hexadecimal representation of the pointers to
|
||||
--- the containers (i.e. like `0x994a40`), same as `printf("%p",
|
||||
--- {expr})`, but it is advised against counting on the exact
|
||||
--- format of the return value.
|
||||
|
||||
Reference in New Issue
Block a user