mirror of
https://github.com/neovim/neovim.git
synced 2025-09-16 00:08:19 +00:00
replace fallthrough comment with macro
Follow-up of vim-patch:8.0.1215
This commit is contained in:
@@ -930,7 +930,8 @@ static void command_line_scan(mparm_T *parmp)
|
||||
}
|
||||
case 'M': { // "-M" no changes or writing of files
|
||||
reset_modifiable();
|
||||
} // FALLTHROUGH
|
||||
FALLTHROUGH;
|
||||
}
|
||||
case 'm': { // "-m" no writing of files
|
||||
p_write = false;
|
||||
break;
|
||||
|
Reference in New Issue
Block a user