mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 17:27:57 +01:00
move remaining global constructor functions to the vimperator namespace
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
// command names taken from:
|
||||
// http://developer.mozilla.org/en/docs/Editor_Embedding_Guide
|
||||
|
||||
function Editor() //{{{
|
||||
vimperator.Editor = function() //{{{
|
||||
{
|
||||
// store our last search with f,F,t or T
|
||||
var last_findChar = null;
|
||||
|
||||
Reference in New Issue
Block a user