diff options
author | Bram Moolenaar <Bram@vim.org> | 2022-02-07 13:56:44 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2022-02-07 13:56:44 +0000 |
commit | 54969f4ef5825205ecde09ea80f4087fc3b68e5d (patch) | |
tree | a33efdb636d52d421266829a530a15e8f3cedb16 /src/window.c | |
parent | 63ff72aab91679725077eab5c5405267792268bd (diff) | |
download | vim-git-54969f4ef5825205ecde09ea80f4087fc3b68e5d.tar.gz |
patch 8.2.4318: various comment and indent mistakes, returning wrong zerov8.2.4318
Problem: Various comment and indent mistakes, returning wrong zero.
Solution: Fix the mistakes. Return NULL instead of FAIL.
Diffstat (limited to 'src/window.c')
-rw-r--r-- | src/window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c index f80334d72..4fb92e035 100644 --- a/src/window.c +++ b/src/window.c @@ -766,7 +766,7 @@ cmd_with_count( } /* - * If "split_disallowed" is set given an error and return FAIL. + * If "split_disallowed" is set give an error and return FAIL. * Otherwise return OK. */ static int |