t9md / atom-vim-mode-plus

vim-mode improved
https://atom.io/packages/vim-mode-plus
MIT License
1.4k stars 111 forks source link

Bug Report: Can't search for `.` and replace with `/` #987

Closed justinjhendrick closed 6 years ago

justinjhendrick commented 6 years ago

Repro steps: paste this line into atom: "java.lang.String"

put your cursor on that line and input this command :s/\./\//g

Expected: (this is what vim 7.4 does) "java/lang/String"

Actual: "javaglang.String"

vim-mode-plus version: 1.22.0

$ atom --version
Atom    : 1.22.1
Electron: 1.6.15
Chrome  : 56.0.2924.87
Node    : 7.4.0

Mac version: 10.12.6

Check list

You have to check all before open issue.

t9md commented 6 years ago

I'm not maintainer of ex-mode. So wrong repo. Read this thread. https://github.com/t9md/atom-vim-mode-plus/issues/935

justinjhendrick commented 6 years ago

Sorry about that. I'll repost it there.