Skip to content
This repository has been archived by the owner on Dec 27, 2018. It is now read-only.

一个有关跳转后, 复制的 bug. #9

Open
zw963 opened this issue Feb 4, 2016 · 1 comment
Open

一个有关跳转后, 复制的 bug. #9

zw963 opened this issue Feb 4, 2016 · 1 comment

Comments

@zw963
Copy link

zw963 commented Feb 4, 2016

好吧, 既然知道你是谁, 我就不用我的二流英文跟你交流了。

发现一个跳转到指定字符之后,无法立即复制的 Bug.

假设存在这样一段 Ruby 代码:

'I_love_you'.split('_')                         # => ['I', 'love', 'you']

起始位置在 ] 后面, 我现在希望复制 # => ['I', 'love', 'you'], 我的做法是:
(下面都是通过快捷键操作, 为了方便解释问题, 写出命令 )
M-x iy-go-to-char-backward, 输入 #, 光标跳转到 # 前面。
M-x set-mark-command
M-x end-of-visual-line, 光标跳转到行尾。
然后 M-w 拷贝文本。

这个时候, 找个地方粘帖之前复制的文本, 会发现, 剪贴板是空的。

以上操作,如果没有执行 iy-go-to-char-backward, 没有任何问题。

谢谢。

@zw963 zw963 changed the title 一个有关复制的 bug. 一个有关跳转后, 复制的 bug. Feb 4, 2016
@zw963
Copy link
Author

zw963 commented Apr 8, 2016

Hi, I switch to following package:

https://github.com/lewang/jump-char

this bug is not exist in this package.

maybe you can close this issue if you want.

Thanks.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant