1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-24 12:03:32 +01:00

update the example RC file's sample echo command as it now requires a quoted

string arg
This commit is contained in:
Doug Kearns
2007-11-04 06:32:33 +00:00
parent eca6e4c319
commit d8572f387b

View File

@@ -2,7 +2,6 @@
" I don't like beeps " I don't like beeps
set visualbell set visualbell
echo vimperatorrc found
" embedded javascript is possible " embedded javascript is possible
" You can even add new functions which are then available in the :js command " You can even add new functions which are then available in the :js command
@@ -13,4 +12,6 @@ hello = function(name)
} }
EOF EOF
echo "vimperatorrc sourced"
" vim: ft=vimperator: " vim: ft=vimperator: