1
0
forked from aniani/vim

patch 8.1.2394: using old C style comments

Problem:    Using old C style comments.
Solution:   Use // comments where appropriate.
This commit is contained in:
Bram Moolenaar
2019-12-05 21:10:38 +01:00
parent 0f8737355d
commit 63d9e730f7
10 changed files with 1874 additions and 1880 deletions

View File

@@ -701,8 +701,8 @@ buf_signcount(buf_T *buf, linenr_T lnum)
return count;
}
# endif /* FEAT_SIGN_ICONS */
# endif /* FEAT_NETBEANS_INTG */
# endif // FEAT_SIGN_ICONS
# endif // FEAT_NETBEANS_INTG
/*
* Delete signs in group 'group' in buffer "buf". If 'group' is '*', then
@@ -2744,4 +2744,4 @@ f_sign_unplacelist(typval_T *argvars, typval_T *rettv)
}
}
#endif /* FEAT_SIGNS */
#endif // FEAT_SIGNS