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