summaryrefslogtreecommitdiffstats
path: root/js/filter
AgeCommit message (Expand)Author
2016-07-23Adjust copyright headerBernhard Posselt
2014-09-11port to es5 and add es6 shims for object prototypes insteadBernhard Posselt
2014-05-31add active and unread stuffBernhard Posselt
2014-05-30fix autopaging and marking read, render itemsBernhard Posselt
ass='add'>+IF ERRORLEVEL 1 GOTO no_executable
+
+:: Start vim without any .vimrc, set 'nocompatible'
+vim -u NONE -c "set nocp" %TUTORCOPY%
+
+GOTO end
+
+:no_executable
+ECHO.
+ECHO.
+ECHO No vim or gvim found in current directory or PATH.
+ECHO Check your installation or re-run install.exe
+
+:end
+:: remove the copy of the tutor
+IF EXIST %TUTORCOPY% DEL %TUTORCOPY%
+SET xx=