1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-02 13:15:47 +01:00

simple tab-completion for :javascript and :echo, really just a quick time saver, but prone to errors

This commit is contained in:
Martin Stubenschrott
2007-09-30 00:55:20 +00:00
parent 0173e1e3f5
commit f6a7ac8208
4 changed files with 100 additions and 11 deletions

1
NEWS
View File

@@ -2,6 +2,7 @@
2007-xx-xx:
* version 0.6
* THIS VERSION ONLY WORKS WITH FIREFOX 3.0
* Tab-completion improvments for :javascript and :open
* IMPORTANT: changed semantics of :echo and :echoerr: Strings must be quoted with " or ' now,
but you can do things like :echo 3+2 or :echo window.document now
* statusline is now white on black with bold font by default (like in (g)vim)