mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-30 11:15:46 +01:00
Add missing semicolons, fix whitespace and normalise Vim modelines.
This commit is contained in:
@@ -269,7 +269,7 @@ var StatusLine = Module("statusline", {
|
||||
});
|
||||
},
|
||||
|
||||
updateUrl: deprecated("statusline.status", function updateUrl(url) { this.status = url || buffer.uri }),
|
||||
updateUrl: deprecated("statusline.status", function updateUrl(url) { this.status = url || buffer.uri; }),
|
||||
|
||||
/**
|
||||
* Set the contents of the status line's input buffer to the given
|
||||
@@ -393,4 +393,4 @@ var StatusLine = Module("statusline", {
|
||||
}
|
||||
});
|
||||
|
||||
// vim: set fdm=marker sw=4 ts=4 et:
|
||||
// vim: set fdm=marker sw=4 sts=4 ts=8 et:
|
||||
|
||||
Reference in New Issue
Block a user