From 81db53edec57b05a3463cc8565e26df36d3d06f6 Mon Sep 17 00:00:00 2001 From: Jan Edmund Lazo Date: Sun, 8 Mar 2020 20:02:24 -0400 Subject: vim-patch:8.1.2389: using old C style comments Problem: Using old C style comments. Solution: Use // comments where appropriate. https://github.com/vim/vim/commit/707d226ac58da752ecc6b7620055fb1df3957a27 --- src/nvim/xdiff/xutils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nvim/xdiff/xutils.h') diff --git a/src/nvim/xdiff/xutils.h b/src/nvim/xdiff/xutils.h index fba7bae03c..0bebd93022 100644 --- a/src/nvim/xdiff/xutils.h +++ b/src/nvim/xdiff/xutils.h @@ -44,4 +44,4 @@ int xdl_fall_back_diff(xdfenv_t *diff_env, xpparam_t const *xpp, -#endif /* #if !defined(XUTILS_H) */ +#endif // #if !defined(XUTILS_H) -- cgit