Open dynofu opened 6 years ago
i was trying to split a stacktrace with '<,'>s/at /\nat /g
I am getting this error too
Also had this error. Was trying to change a line with comma's to multiple lines.
.s/,/\/n/g
I have the same error when I did this :%s/;/\n/g
New line issue here too, specifically :s/\t/\n/g
It seems that this issue comes up almost with any escape character sequence. I've had it when searching for \\Q
then trying to replace :s///
for instance.
[Enter steps to reproduce:]
Atom: 1.29.0 x64 Electron: 2.0.5 OS: Mac OS X 10.13.6 Thrown From: ex-mode package 0.18.0
Stack Trace
Uncaught TypeError: Cannot read property 'slice' of null
Commands
Non-Core Packages