aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/nvim/search.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/search.c b/src/nvim/search.c
index 6db5fc159b..b38296ac5c 100644
--- a/src/nvim/search.c
+++ b/src/nvim/search.c
@@ -3749,7 +3749,6 @@ bool search_for_fuzzy_match(buf_T *buf, pos_T *pos, char *pattern, int dir, pos_
}
}
*len = (int)(next_word_end - *ptr);
- current_pos.col = *len;
}
}
*pos = current_pos;