-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replacing backslash #198
Comments
@deafwood Exactly how do you type the command in ex-mode command line, like this? |
After marking the first ('a) and last ('b) lines, I enter the following command: |
Something similar that produces the same error, but works in vim (v7.4):
|
Dear all, :1,2s/^//// puts // at the beginning of lines 1 and 2 in vim. In atom with Ex-mode, this throws the error: |
I frequently run the following command in vi:
'a,'bs/^/\\/\\//
to insert a comment notation "//" at the beginning of a block of lines but am unable to do this. I get an error that says "Command error: trailing characters".Please advise if there is a work around, thanks!
The text was updated successfully, but these errors were encountered: