1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-06 21:55:45 +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
set visualbell
echo vimperatorrc found
" embedded javascript is possible
" You can even add new functions which are then available in the :js command
@@ -13,4 +12,6 @@ hello = function(name)
}
EOF
echo "vimperatorrc sourced"
" vim: ft=vimperator: