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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user