mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-06 10:12:38 +02:00
commit bash-20090108 snapshot
This commit is contained in:
+2
-2
@@ -1006,8 +1006,8 @@ bash_forward_shellword (count, key)
|
||||
|
||||
if (rl_line_buffer[p] == 0 || p == rl_end)
|
||||
{
|
||||
rl_point = rl_end;
|
||||
ding ();
|
||||
rl_point = rl_end;
|
||||
rl_ding ();
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user