File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ <h1><span class="logo-braces">{ }</span> <a href="http://codemirror.net/">CodeMi
2727 < input type ="hidden " id ="download " name ="download " value ="codemirror-compressed.js "/>
2828 < p > Version: < select id ="version " onchange ="setVersion(this); " style ="padding: 1px ">
2929 < option value ="http://codemirror.net/ "> HEAD</ option >
30- < option value ="http://marijnhaverbeke.nl/git/codemirror2?a=blob_plain;hb=v2.17 ;f= "> 2.17 </ option >
30+ < option value ="http://marijnhaverbeke.nl/git/codemirror2?a=blob_plain;hb=v2.18 ;f= "> 2.18 </ option >
3131 < option value ="http://marijnhaverbeke.nl/git/codemirror2?a=blob_plain;hb=v2.16;f= "> 2.16</ option >
3232 < option value ="http://marijnhaverbeke.nl/git/codemirror2?a=blob_plain;hb=v2.15;f= "> 2.15</ option >
3333 < option value ="http://marijnhaverbeke.nl/git/codemirror2?a=blob_plain;hb=v2.13;f= "> 2.13</ option >
Original file line number Diff line number Diff line change @@ -174,6 +174,9 @@ <h2>Make a donation</h2>
174174
175175 < h2 > Releases:</ h2 >
176176
177+ < p class ="rel "> 21-11-2011: < a href ="http://codemirror.net/codemirror-2.18.zip "> Version 2.18</ a > :</ p >
178+ < p class ="rel-note "> Fixes < code > TextMarker.clear</ code > , which is broken in 2.17.</ p >
179+
177180 < p class ="rel "> 21-11-2011: < a href ="http://codemirror.net/codemirror-2.17.zip "> Version 2.17</ a > :</ p >
178181 < ul class ="rel-note ">
179182 < li > Add support for < a href ="manual.html#option_lineWrapping "> line
Original file line number Diff line number Diff line change 1- // CodeMirror v2.17
1+ // CodeMirror v2.18
22
33// All functions that need access to the editor's state live inside
44// the CodeMirror function. Below that, at the bottom of the file,
You can’t perform that action at this time.
0 commit comments