Script:1298
Talk0
1,599pages on
this wiki
this wiki
Use this page to discuss script 1298 Color Scheme Explorer: easy color scheme browsing
- 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
Edit
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)