mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-15 22:55:46 +01:00
ex parser for use with .vimperatorrc, the command line and other sourced files. sourced files are no longer javascript code, but can use the new :javascript ex command to execute javascript. :javascript also supports multiline with heredocs (:js <<EOF). File completion for the :source command.
This commit is contained in:
@@ -79,7 +79,7 @@ the terms of any one of the MPL, the GPL or the LGPL.
|
||||
|
||||
<textbox class="plain" id="vim-commandbar" flex="1" hidden="false" type="timed" timeout="100"
|
||||
onkeypress="onCommandBarKeypress(event);" oninput="onCommandBarInput(event);"
|
||||
style="font-family: monospace"/>
|
||||
onmousedown="onCommandBarMouseDown(event);" style="font-family: monospace"/>
|
||||
</vbox>
|
||||
</toolbar>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user