diff options
author | aycabta <[email protected]> | 2019-06-03 03:29:19 +0900 |
---|---|---|
committer | aycabta <[email protected]> | 2019-06-03 03:29:34 +0900 |
commit | 3428922437a31b644cffcabd33fd9353e68f88c8 (patch) | |
tree | b3bb1a594ec39d55dcf42a1d1cf30c2cadc7285b /lib/reline/unicode.rb | |
parent | 65fdb903250f37add2f83b81a5600d0c3e417427 (diff) |
The ed_move_to_beg is different from vi_first_print
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 |