1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-04 17:14:12 +01:00

Add NEWS and help entries for :so *.css.

This commit is contained in:
Kris Maglione
2008-10-07 07:42:21 +00:00
parent 19b942aebc
commit 1ff0c3169b
2 changed files with 5 additions and 4 deletions

View File

@@ -53,8 +53,9 @@ section:Using{nbsp}scripts[using-scripts]
|:so| |:source|
||:so[urce][!] {file}|| +
________________________________________________________________________________
Read Ex commands from {file}. You can either source files which mostly contain
Ex commands like [c]map < gt[c] and put JavaScript code within a:
Read Ex commands, javascript, or CSS from {file}. You can either source files
which mostly contain Ex commands like [c]map < gt[c] and put JavaScript code
within a:
--------------------------------------------------------------------------------
js <<EOF
@@ -63,7 +64,7 @@ hello = function () {
}
EOF
--------------------------------------------------------------------------------
Or you can alternatively source a file which ends in _.js_, these files are
Or you can alternatively source a file which ends in _.js_. These files are
automatically sourced as pure JavaScript files.
Note: In both cases you must add functions to the global window object like