diff options
Diffstat (limited to 'lib/reline/unicode.rb')
-rw-r--r-- | lib/reline/unicode.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/reline/unicode.rb b/lib/reline/unicode.rb index 448bdf1b52..5523d4fa31 100644 --- a/lib/reline/unicode.rb +++ b/lib/reline/unicode.rb @@ -407,7 +407,7 @@ class Reline::Unicode [byte_size, width] end - def self.ed_move_to_begin(line) + def self.vi_first_print(line) width = 0 byte_size = 0 while (line.bytesize - 1) > byte_size |