Script:1298
Talk0
1,599pages on
this wiki
this wiki
Revision as of 08:44, February 22, 2011 by JohnBeckett (Talk | contribs)
Use this page to discuss script 1298 1298
- Add constructive comments, bug reports, or discuss improvements (see the guideline).
- Do not document the script here (the author should do that on vim.org).
- This page may be out of date: check the script's vim.org page above, and its release notes.
Bug report
Line 36 is
exe "silent bot ".10."new "."Color Explorer"
but this yields an error, it should be
exe "silent bot ".10."new "."ColorExplorer"
Because Vim believes the script tries to create two buffers, one being 'Color' and the other 'Explorer'. Xonqnopp 16:29, December 19, 2010 (UTC)