aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/version.c
diff options
context:
space:
mode:
authorJohan Klokkhammer Helsing <johanhelsing@gmail.com>2015-11-03 22:04:15 +0100
committerJohan Klokkhammer Helsing <johanhelsing@gmail.com>2015-12-13 13:06:48 +0100
commit3b472e55b327dc1c4fc034c665398e70d0f7dc77 (patch)
treeb6915ed824c3dffc6c16cf9e6bb79bff6ff47fca /src/nvim/version.c
parentb0796227166698561506b686dbdf795675e09de1 (diff)
downloadrneovim-3b472e55b327dc1c4fc034c665398e70d0f7dc77.tar.gz
rneovim-3b472e55b327dc1c4fc034c665398e70d0f7dc77.tar.bz2
rneovim-3b472e55b327dc1c4fc034c665398e70d0f7dc77.zip
vim-patch:7.4.803
Problem: C indent does not support C11 raw strings. (Mark Lodato) Solution: Do not change indent inside the raw string. https://github.com/vim/vim/commit/f7bb86dc593913d055e4cce16cec43f6271adda3
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r--src/nvim/version.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c
index 49def41bb2..662fcabf17 100644
--- a/src/nvim/version.c
+++ b/src/nvim/version.c
@@ -190,7 +190,7 @@ static int included_patches[] = {
// 806,
// 805,
// 804,
- // 803,
+ 803,
802,
// 801,
// 800,