mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
documentation: Replace undefined help tag
This commit is contained in:
parent
fe3c8690f6
commit
718504e18d
@ -4654,7 +4654,8 @@ msgpackparse({list}) {Nvim} *msgpackparse()*
|
||||
let fname = expand('~/.nvim/shada/main.shada')
|
||||
let mpack = readfile(fname, 'b')
|
||||
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:
|
||||
1. Mapping ordering is not preserved unless messagepack
|
||||
|
Loading…
Reference in New Issue
Block a user