Closed delphinus closed 9 years ago
Sounds like the issue was written with Windows-style line endings, \r\n, which show up as ^M in Vim if the filetype is not set to Windows.
I think it's possible that GitHub is automatically adding these, so I'm not sure what to think. I might just strip them out automatically, since they aren't really necessary to be displayed in the editor.
I also think it's good idea to strip ^M
s after fetching from github.
By the way, this plugin users except me do not see this strange chars? I see these chars in all issues.
Ah, I tried to make issues from the browser and this plugin. The former issue contains ^M
and the latter doesn't.
Testing
Alright, pushed a patch for that. Is the issue still occurring for you?
Thx a lot! It seems to solve the existent problem on me.
vim: homebrew version => vim --version vimrc: here I'm using neobundle.vim