docs/Hints: vimscript no longer shells out in time-ms
authorDov Murik <dov.murik@gmail.com>
Mon, 9 May 2016 04:21:15 +0000 (00:21 -0400)
committerDov Murik <dov.murik@gmail.com>
Mon, 9 May 2016 04:21:15 +0000 (00:21 -0400)
docs/Hints.md

index 57f90f1..d9d44c3 100644 (file)
@@ -20,9 +20,9 @@ like this:
 date +%s%3N
 ```
 
-There are currently three implementations where this method was
-necessary (probably): bash, make and vimscript. Unfortunately this
-method is limited to Linux/UNIX.
+There are currently two implementations where this method was
+necessary (probably): bash and make. Unfortunately this method is
+limited to Linux/UNIX.
 
 Also, "time-ms" technically just needs to return accurate milliseconds
 since some arbitrary point in time (even program start) in order to be