diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2016-09-28 16:23:05 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2016-09-28 16:23:05 +0200 |
commit | 61fcc8c78174f92fbdad0a7f86b5086619b05ed9 (patch) | |
tree | 59294ba81ba1393d9ba02247d8d83cb95d953625 /libbb/get_line_from_file.c | |
parent | b09ab448b8553742ce0bf1a7df806dcac84bca7c (diff) | |
download | busybox-61fcc8c78174f92fbdad0a7f86b5086619b05ed9.tar.gz |
vi: fix '' command (goto to prev context)
The '' command in vi doesn't currently work because after the first
apostrophe is read, the next character is converted to an integer
between 0 and 25 inclusive (for indexing the array of marks). The
comparison of the converted character with an apostrophe therefore never
succeeds, meaning that '' doesn't do anything.
Based on the patch by Francis Rounds <francis.rounds@4bridgeworks.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'libbb/get_line_from_file.c')
0 files changed, 0 insertions, 0 deletions