aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/nvim/quickfix.c4
-rw-r--r--src/nvim/version.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/nvim/quickfix.c b/src/nvim/quickfix.c
index 34918e4134..9703d8763a 100644
--- a/src/nvim/quickfix.c
+++ b/src/nvim/quickfix.c
@@ -556,9 +556,9 @@ qf_init_ext (
discard = false;
linelen = STRLEN(IObuff);
- if (linelen == IOSIZE - 1 && (IObuff[linelen - 1] != '\n'
+ if (linelen == IOSIZE - 1 && !(IObuff[linelen - 1] == '\n'
#ifdef USE_CRNL
- || IObuff[linelen - 1] != '\r'
+ || IObuff[linelen - 1] == '\r'
#endif
)) {
// The current line exceeds IObuff, continue reading using growbuf
diff --git a/src/nvim/version.c b/src/nvim/version.c
index 692bbb27c8..17c1a85a95 100644
--- a/src/nvim/version.c
+++ b/src/nvim/version.c
@@ -558,7 +558,7 @@ static int included_patches[] = {
// 1885 NA
// 1884,
// 1883 NA
- // 1882,
+ 1882,
1881,
// 1880 NA
// 1879 NA