mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2026-07-03 01:30:23 +00:00
2d7baaf50f
* 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.