diff options
author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2023-05-13 21:33:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-13 21:33:22 +0200 |
commit | 08991b078267e5de0a19a136d00d4f71ad651a32 (patch) | |
tree | db27a8ff42290280c6d5dcf703d003a3cbbf5746 /runtime/lua/vim/_editor.lua | |
parent | 1f33b2b1e873a9c39a1abeb446d7889e0bfb2557 (diff) | |
download | rneovim-08991b078267e5de0a19a136d00d4f71ad651a32.tar.gz rneovim-08991b078267e5de0a19a136d00d4f71ad651a32.tar.bz2 rneovim-08991b078267e5de0a19a136d00d4f71ad651a32.zip |
docs: small fixes
Co-authored-by: Christian Clason <c.clason@uni-graz.at>
Co-authored-by: Gregory Anders <greg@gpanders.com>
Co-authored-by: HiPhish <hiphish@posteo.de>
Co-authored-by: Julio B <julio.bacel@gmail.com>
Co-authored-by: T727 <74924917+T-727@users.noreply.github.com>
Co-authored-by: camoz <camoz@users.noreply.github.com>
Co-authored-by: champignoom <66909116+champignoom@users.noreply.github.com>
Diffstat (limited to 'runtime/lua/vim/_editor.lua')
-rw-r--r-- | runtime/lua/vim/_editor.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/lua/vim/_editor.lua b/runtime/lua/vim/_editor.lua index 20e813d77c..b26def5958 100644 --- a/runtime/lua/vim/_editor.lua +++ b/runtime/lua/vim/_editor.lua @@ -778,7 +778,7 @@ do -- some bugs, so fake the two-step dance for now. local matches - --- Omnifunc for completing lua values from from the runtime lua interpreter, + --- Omnifunc for completing lua values from the runtime lua interpreter, --- similar to the builtin completion for the `:lua` command. --- --- Activate using `set omnifunc=v:lua.vim.lua_omnifunc` in a lua buffer. |