aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/version.c
diff options
context:
space:
mode:
authorckelsel <ckelsel@hotmail.com>2017-09-30 21:43:03 +0800
committerJustin M. Keyes <justinkz@gmail.com>2017-10-07 17:10:37 +0200
commitc0e45d97b0cbc700cd6f2b9733c15875339262df (patch)
tree0aeb157fe63e37a4128ecc771c376c482bb97473 /src/nvim/version.c
parent9ad7529f705c883e13fba9a014696fb37318145f (diff)
downloadrneovim-c0e45d97b0cbc700cd6f2b9733c15875339262df.tar.gz
rneovim-c0e45d97b0cbc700cd6f2b9733c15875339262df.tar.bz2
rneovim-c0e45d97b0cbc700cd6f2b9733c15875339262df.zip
vim-patch:8.0.0148 #7344
Problem: When a C preprocessor statement has two line continuations the following line does not have the right indent. (Ken Takata) Solution: Add the indent of the previous continuation line. (Hirohito Higashi) https://github.com/vim/vim/commit/c6aa475a27e3ed1645446b014c32ebf68d005d49
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 76897088a1..8bcf8c7a59 100644
--- a/src/nvim/version.c
+++ b/src/nvim/version.c
@@ -955,7 +955,7 @@ static const int included_patches[] = {
// 151,
150,
149,
- // 148,
+ 148,
147,
146,
// 145 NA