Skip to content

Commit

Permalink
[stex mode] Also reset cmdState on blank line
Browse files Browse the repository at this point in the history
Issue #2928
Issue #2958
  • Loading branch information
marijnh committed Dec 1, 2014
1 parent 7140655 commit 5e40155
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mode/stex/stex.js
Expand Up @@ -239,6 +239,7 @@
},
blankLine: function(state) {
state.f = normal;
state.cmdState.length = 0;
},
lineComment: "%"
};
Expand Down

0 comments on commit 5e40155

Please sign in to comment.