[occur] keep highlights when exiting recursive occur session

This commit is contained in:
Robert Krahn 2013-03-17 19:01:12 -07:00
commit 5d28dbfb44

View file

@ -119,8 +119,6 @@ oop.inherits(Occur, Search);
this.displayOriginalContent = function(editor) {
editor.setSession(this.$originalSession);
this.highlight(this.$originalSession, null);
this.$originalSession._emit('changeBackMarker');
}
/**