##// END OF EJS Templates
Merge pull request #2015 from fperez/paste_1258...
Merge pull request #2015 from fperez/paste_1258 Fixes for %paste with special transformations. Fix the fact that we use prefilter too aggressively in `%paste`, which results in applying single-line transformations inside of strings and function definitions. Closes #1258.

File last commit:

r5970:b6bb1663
r7736:11b77dfe merge
Show More
README.md
6 lines | 234 B | text/x-minidsrc | MarkdownLexer
Brian E. Granger
Updating CodeMirror to v 2.12....
r4504 # CodeMirror 2
CodeMirror 2 is a rewrite of [CodeMirror
1](http://github.com/marijnh/CodeMirror). The docs live
Brian Granger
Updating to CodeMirror 2.2, latest stable release.
r5941 [here](http://codemirror.net/doc/manual.html), and the project page is
Brian E. Granger
Updating CodeMirror to v 2.12....
r4504 [http://codemirror.net/](http://codemirror.net/).