commit | 46031da862a60422f80050a905cea0b67026b021 | [log] [tgz] |
---|---|---|
author | Shawn J. Goff <shawn7400@gmail.com> | Wed Feb 27 18:30:05 2013 +0100 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Wed Feb 27 18:30:05 2013 +0100 |
tree | 1967cd3785cdd1808bc1e1d76b07772177d48ef7 | |
parent | 380c8a0763462692eef8d00df4872a561ff7aa7b [diff] |
lineedit: initialize delptr In vi mode, the 'p' and 'P' commands caused a segfault when nothing had been put in the buffer yet because the delptr was not initialized. Signed-off-by: Shawn J. Goff <shawn7400@gmail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>