forked from aniani/vim
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:
@@ -1628,9 +1628,9 @@ get_baseclass_amount(int col)
|
||||
* Ignore a '{' that is in a comment, makes indenting the next three lines
|
||||
* work.
|
||||
*/
|
||||
/* foo() */
|
||||
/* { */
|
||||
/* } */
|
||||
// foo()
|
||||
// {
|
||||
// }
|
||||
|
||||
static pos_T *
|
||||
find_start_brace(void) // XXX
|
||||
|
Reference in New Issue
Block a user