Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 526786

Summary: =app-vim/bufexplorer-7.4.5 - Error detected while processing /usr/share/vim/vimfiles/plugin/bufexplorer.vim: line 66: E492: Not an editor command: ^M
Product: Gentoo Linux Reporter: Coacher <itumaykin+gentoo>
Component: Current packagesAssignee: Vim Maintainers <vim>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://github.com/jlanzarotta/bufexplorer/issues/19
Whiteboard:
Package list:
Runtime testing required: ---

Description Coacher 2014-10-25 18:39:13 UTC
Hello.

After upgrade to bufexplorer 7.4.5 from 7.4.2 vim now prints the following error message on start:

Error detected while processing /usr/share/vim/vimfiles/plugin/bufexplorer.vim:
line   66:
E492: Not an editor command: ^M
line   69:
E15: Invalid expression: exists("g:bufexplorer_version") || &cp^M
line 1217:
E171: Missing :endif
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2014-10-25 18:58:55 UTC
Needs some edos2unix:

/usr/share/vim/vimfiles/plugin/bufexplorer.vim: ASCII text, with CRLF line terminators
Comment 2 Tim Harder gentoo-dev 2014-10-25 19:05:06 UTC
Fixed in 7.4.5-r1.
Comment 3 Coacher 2014-10-25 19:24:13 UTC
(In reply to Tim Harder from comment #2)
> Fixed in 7.4.5-r1.

Thanks!