commit bash-20180831 snapshot

This commit is contained in:
Chet Ramey
2018-09-04 16:43:40 -04:00
parent 3b481dd380
commit 82b4156ab5
3 changed files with 12 additions and 1 deletions
+1 -1
View File
@@ -297,7 +297,7 @@ _rl_forward_char_internal (int count)
#endif
if (rl_end < 0)
rl_end = 0;
rl_end = 0;
#else
point = rl_point + count;
if (point > rl_end)