comparison src/option.c @ 25913:a63676a1da2b v8.2.3490

patch 8.2.3490: superfluous return statements Commit: https://github.com/vim/vim/commit/3826c0513bc9370583be550c864358c7eeb5605a Author: =?UTF-8?q?Dundar=20G=C3=B6c?= <gocdundar@gmail.com> Date: Sat Oct 9 15:39:25 2021 +0100 patch 8.2.3490: superfluous return statements Problem: Superfluous return statements. Solution: Remove superfluous return statements from void functions. (closes #8977)
author Bram Moolenaar <Bram@vim.org>
date Sat, 09 Oct 2021 16:45:03 +0200
parents 4b2616ffe32b
children 416237f1de22
comparison
equal deleted inserted replaced
25912:102e3e860b52 25913:a63676a1da2b
6389 xp->xp_pattern = p + 5; 6389 xp->xp_pattern = p + 5;
6390 break; 6390 break;
6391 } 6391 }
6392 #endif 6392 #endif
6393 } 6393 }
6394
6395 return;
6396 } 6394 }
6397 6395
6398 int 6396 int
6399 ExpandSettings( 6397 ExpandSettings(
6400 expand_T *xp, 6398 expand_T *xp,