mirror of
https://github.com/neovim/neovim.git
synced 2025-09-26 04:58:33 +00:00
Merge pull request #15930 from dundargoc/vim-patch/old-style-c-comments
vim-patch:8.1.2396,8.1.2395,8.1.2394,8.1.2392,8.1.2368,8.1.2388,8.1.2379
This commit is contained in:
@@ -2602,7 +2602,7 @@ static afffile_T *spell_read_aff(spellinfo_T *spin, char_u *fname)
|
||||
upp = vim_strsave(items[1]);
|
||||
} else if (is_aff_rule(items, itemcnt, "REP", 2)
|
||||
|| is_aff_rule(items, itemcnt, "REPSAL", 2)) {
|
||||
/* Ignore REP/REPSAL count */;
|
||||
// Ignore REP/REPSAL count
|
||||
if (!isdigit(*items[1])) {
|
||||
smsg(_("Expected REP(SAL) count in %s line %d"),
|
||||
fname, lnum);
|
||||
|
Reference in New Issue
Block a user