-
Notifications
You must be signed in to change notification settings - Fork 7.3k
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
$ appears as end of line characters and it's unremovable please help #34
Comments
Some more information please, What operating system are you running?
Can you please attach one line as an example? Thx |
I have a mapping m that removes ^M from the file. Hope this helps! Amir |
In the end, I decided to retyped the script, it didn't take that long. I believe this issue emerged because someone else in my team who has access to the same script tried to view/ edit it using Notepad++ in Windows while I was using Fedora all that while. The issue may not have to do with your vimrc config at all. Sorry for the trouble and thanks for your attention! |
The problem is probably with Unix/Windows line endings. Simple
Hope that helps next time :) |
You can do this with Line 318 in 993ed55
|
Thanks a lot for your helpful .vimrc.
The issue with the $ character is driving me insane though. When I try to execute my script I got "^M" is an invalid character but in Vim, I see $ upon entering ":set list"
I tried :%s/^V^M//g but it says "^M" pattern is not found. I'm really stuck
Please help, I can't lose this particular script
The text was updated successfully, but these errors were encountered: