summaryrefslogtreecommitdiffstats
path: root/src/farsi.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-07-06 22:38:49 +0000
committerBram Moolenaar <Bram@vim.org>2005-07-06 22:38:49 +0000
commit42332f5856c93dbd13ffd6c06cc9ac7b7fa69091 (patch)
treea2d9ed956e7c519c08cb331b3af5fcb0add56e29 /src/farsi.c
parentdc27ac1c5ed0835c4e5ea22680d2f074c4689fa3 (diff)
updated for version 7.0104v7.0104
Diffstat (limited to 'src/farsi.c')
-rw-r--r--src/farsi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/farsi.c b/src/farsi.c
index f325b32e05..3da27c3367 100644
--- a/src/farsi.c
+++ b/src/farsi.c
@@ -1951,7 +1951,7 @@ lrF_sub(ibuf)
p = ibuf;
/* Find the boundary of the search path */
- while (++p, ((p = vim_strchr(p, '/')) != NULL) && p[-1] == '\\')
+ while (((p = vim_strchr(p + 1, '/')) != NULL) && p[-1] == '\\')
;
if (p == NULL)