aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/xdiff/xmacros.h
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2021-09-08 22:18:44 +0200
committerChristian Clason <c.clason@uni-graz.at>2021-09-08 22:33:20 +0200
commit69f4438d3586a10a0a4833788b9ba4cb5d2cc8fd (patch)
treebb7a9b006b60b91c715a0958ba8b11dfff9cd254 /src/nvim/xdiff/xmacros.h
parent11289ad733e7b3f72ee583ccbfe982a78e099c6c (diff)
downloadrneovim-69f4438d3586a10a0a4833788b9ba4cb5d2cc8fd.tar.gz
rneovim-69f4438d3586a10a0a4833788b9ba4cb5d2cc8fd.tar.bz2
rneovim-69f4438d3586a10a0a4833788b9ba4cb5d2cc8fd.zip
vim-patch:8.2.3390: included xdiff code is outdated
Problem: Included xdiff code is outdated. Solution: Sync with xdiff in git 2.33. (Christian Brabandt, closes vim/vim#8431) https://github.com/vim/vim/commit/ba02e4720f863fdb456e7023520f0a354eec0dcf
Diffstat (limited to 'src/nvim/xdiff/xmacros.h')
-rw-r--r--src/nvim/xdiff/xmacros.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/xdiff/xmacros.h b/src/nvim/xdiff/xmacros.h
index 1167ebbb05..2809a28ca9 100644
--- a/src/nvim/xdiff/xmacros.h
+++ b/src/nvim/xdiff/xmacros.h
@@ -51,4 +51,4 @@ do { \
} while (0)
-#endif // #if !defined(XMACROS_H)
+#endif /* #if !defined(XMACROS_H) */