We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f14da1 commit e5a420fCopy full SHA for e5a420f
src/charset.c
@@ -943,7 +943,7 @@ vim_isprintc_strict(int c)
943
init_chartabsize_arg(
944
chartabsize_T *cts,
945
win_T *wp,
946
- linenr_T lnum,
+ linenr_T lnum UNUSED,
947
colnr_T col,
948
char_u *line,
949
char_u *ptr)
src/version.c
@@ -703,6 +703,8 @@ static char *(features[]) =
703
704
static int included_patches[] =
705
{ /* Add new patch number below this line */
706
+/**/
707
+ 412,
708
/**/
709
411,
710
0 commit comments