mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
patch 8.2.4318: various comment and indent mistakes, returning wrong zero
Problem: Various comment and indent mistakes, returning wrong zero. Solution: Fix the mistakes. Return NULL instead of FAIL.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user