forked from aniani/vim
patch 8.2.4928: various white space and cosmetic mistakes
Problem: Various white space and cosmetic mistakes. Solution: Change spaces to tabs, improve comments.
This commit is contained in:
@@ -1041,7 +1041,7 @@ compile_all_expr_in_str(char_u *str, int evalstr, cctx_T *cctx)
|
||||
// Skip the opening {.
|
||||
block_start = skipwhite(p + 1);
|
||||
block_end = block_start;
|
||||
if (*block_start != NUL &&skip_expr(&block_end, NULL) == FAIL)
|
||||
if (*block_start != NUL && skip_expr(&block_end, NULL) == FAIL)
|
||||
return FAIL;
|
||||
block_end = skipwhite(block_end);
|
||||
// The block must be closed by a }.
|
||||
|
Reference in New Issue
Block a user