]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
vim : streaming and more (#2495)
authorAustinMroz <redacted>
Tue, 8 Aug 2023 11:44:48 +0000 (06:44 -0500)
committerGitHub <redacted>
Tue, 8 Aug 2023 11:44:48 +0000 (14:44 +0300)
commit2d7baaf50f3277e65cf71071f61ea34823d14c30
tree7be5c387918f7a1722028edb29c976b9be02a55c
parentf3c3b4b1672d860800639c87d3b5d17564692469
vim : streaming and more (#2495)

* Update Vim plugin

* Remove getbufoneline usage, Add input bind example.

getbufoneline() appears to be a recently added function and has been
replaced with getbufline for compatibility.

An additional example that explains how to add a keybind that works in
insert mode was added.
examples/llama.vim [new file with mode: 0644]
examples/llm.vim [deleted file]