diff options
Diffstat (limited to 'Src/Zle')
-rw-r--r-- | Src/Zle/zle_word.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Src/Zle/zle_word.c b/Src/Zle/zle_word.c index 301b18d4a..cb5e5dbe5 100644 --- a/Src/Zle/zle_word.c +++ b/Src/Zle/zle_word.c @@ -690,7 +690,6 @@ transposewords(UNUSED(char **args)) DECPOS(pos); if (zleline[pos] == ZWC('\n')) return 1; - x = pos; } for (p4 = x; p4 != zlell && ZC_iword(zleline[p4]); INCPOS(p4)) ; |