mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 02:47:58 +01:00
add missing closing fold marker
This commit is contained in:
@@ -26,7 +26,7 @@ the provisions above, a recipient may use your version of this file under
|
|||||||
the terms of any one of the MPL, the GPL or the LGPL.
|
the terms of any one of the MPL, the GPL or the LGPL.
|
||||||
}}} ***** END LICENSE BLOCK *****/
|
}}} ***** END LICENSE BLOCK *****/
|
||||||
|
|
||||||
vimperator.AutoCommands = function()//{{{
|
vimperator.AutoCommands = function() //{{{
|
||||||
{
|
{
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
////////////////////// PRIVATE SECTION /////////////////////////////////////////
|
////////////////////// PRIVATE SECTION /////////////////////////////////////////
|
||||||
@@ -167,7 +167,8 @@ vimperator.AutoCommands = function()//{{{
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}//}}}
|
//}}}
|
||||||
|
} //}}}
|
||||||
|
|
||||||
vimperator.Events = function () //{{{
|
vimperator.Events = function () //{{{
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user