mirror of
https://github.com/neovim/neovim.git
synced 2025-11-16 15:21:20 +00:00
docs: various fixes (#28208)
Co-authored-by: Evgeni Chasnovski <evgeni.chasnovski@gmail.com> Co-authored-by: Famiu Haque <famiuhaque@proton.me> Co-authored-by: Gregory Anders <greg@gpanders.com> Co-authored-by: Guilherme Soares <guilhermesoares1970@gmail.com> Co-authored-by: Jannik Buhr <jannik.m.buhr@gmail.com> Co-authored-by: thomaswuhoileong <72001875+thomaswuhoileong@users.noreply.github.com> Co-authored-by: tom-anders <13141438+tom-anders@users.noreply.github.com> Co-authored-by: zeertzjq <zeertzjq@outlook.com>
This commit is contained in:
@@ -2365,7 +2365,7 @@ void ex_function(exarg_T *eap)
|
||||
// Read the body of the function, until ":endfunction" is found.
|
||||
if (KeyTyped) {
|
||||
// Check if the function already exists, don't let the user type the
|
||||
// whole function before telling him it doesn't work! For a script we
|
||||
// whole function before telling them it doesn't work! For a script we
|
||||
// need to skip the body to be able to find what follows.
|
||||
if (!eap->skip && !eap->forceit) {
|
||||
if (fudi.fd_dict != NULL && fudi.fd_newkey == NULL) {
|
||||
|
||||
Reference in New Issue
Block a user