mirror of
https://github.com/vim/vim.git
synced 2025-11-14 23:04:02 -05:00
patch 8.1.2366: using old C style comments
Problem: Using old C style comments. Solution: Use // comments where appropriate.
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
#define VIM_VERSION_BUILD_STR "282"
|
||||
#define VIM_VERSION_PATCHLEVEL 0
|
||||
#define VIM_VERSION_PATCHLEVEL_STR "0"
|
||||
/* Used by MacOS port should be one of: development, alpha, beta, final */
|
||||
// Used by MacOS port should be one of: development, alpha, beta, final
|
||||
#define VIM_VERSION_RELEASE final
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user