VA_REC impl

This commit is contained in:
2017-01-28 12:18:19 +08:00
parent d6a27ca87e
commit a847510f49
6 changed files with 195 additions and 7 deletions
+5 -1
View File
@@ -1,4 +1,4 @@
VIMRE_VERSION = "1.0.0b";
var VIMRE_VERSION = "1.0.0";
(function(){
var ns = __namespace( "Components.Vim" );
@@ -31,6 +31,10 @@ VIMRE_VERSION = "1.0.0b";
, "SEARCH_HIT_BOTTOM": "search hit BOTTOM, continuing at TOP"
, "SEARCH_HIT_TOP": "search hit TOP, continuing at BOTTOM"
, "REPLACE": "%1 substitution(s) on %2 line(s)"
, "VA_REC_START": "Recording Session ..."
, "VA_REC_REPLAY": "Replaying Session ..."
, "VA_REC_END": "Session Ended"
};
var errors = {