mirror of
https://github.com/neovim/neovim.git
synced 2025-10-09 19:36:40 +00:00
documentation: Replace undefined help tag
This commit is contained in:
@@ -4654,7 +4654,8 @@ msgpackparse({list}) {Nvim} *msgpackparse()*
|
|||||||
let fname = expand('~/.nvim/shada/main.shada')
|
let fname = expand('~/.nvim/shada/main.shada')
|
||||||
let mpack = readfile(fname, 'b')
|
let mpack = readfile(fname, 'b')
|
||||||
let shada_objects = msgpackparse(mpack)
|
let shada_objects = msgpackparse(mpack)
|
||||||
< This will read |shada-file| to `shada_objects` list.
|
< This will read ~/.nvim/shada/main.shada file to
|
||||||
|
`shada_objects` list.
|
||||||
|
|
||||||
Limitations:
|
Limitations:
|
||||||
1. Mapping ordering is not preserved unless messagepack
|
1. Mapping ordering is not preserved unless messagepack
|
||||||
|
Reference in New Issue
Block a user