0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

patch 8.1.2368: using old C style comments

Problem:    Using old C style comments.
Solution:   Use // comments where appropriate.
This commit is contained in:
Bram Moolenaar
2019-11-30 20:52:27 +01:00
parent 71136db1bf
commit c667da5185
12 changed files with 959 additions and 961 deletions

View File

@@ -328,4 +328,4 @@ blob_remove(typval_T *argvars, typval_T *rettv)
}
}
#endif /* defined(FEAT_EVAL) */
#endif // defined(FEAT_EVAL)