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:
@@ -7880,7 +7880,7 @@ ex_helpgrep(exarg_T *eap)
|
||||
curwin->w_llist = qi;
|
||||
}
|
||||
}
|
||||
#endif /* FEAT_QUICKFIX */
|
||||
#endif // FEAT_QUICKFIX
|
||||
|
||||
#if defined(FEAT_EVAL) || defined(PROTO)
|
||||
# ifdef FEAT_QUICKFIX
|
||||
|
Reference in New Issue
Block a user