mirror of
https://github.com/neovim/neovim.git
synced 2025-11-26 04:00:45 +00:00
vim-patch:8.1.2388: using old C style comments
Problem: Using old C style comments.
Solution: Use // comments where appropriate.
4ba37b5833
This commit is contained in:
@@ -583,9 +583,9 @@ void getout(int exitval)
|
||||
{
|
||||
exiting = true;
|
||||
|
||||
/* When running in Ex mode an error causes us to exit with a non-zero exit
|
||||
* code. POSIX requires this, although it's not 100% clear from the
|
||||
* standard. */
|
||||
// When running in Ex mode an error causes us to exit with a non-zero exit
|
||||
// code. POSIX requires this, although it's not 100% clear from the
|
||||
// standard.
|
||||
if (exmode_active) {
|
||||
exitval += ex_exitval;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user