1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-07 00:54:13 +01:00

Add *very* basic (and bad) E4X highlighting for vim.

This commit is contained in:
Kris Maglione
2008-12-09 22:00:47 -05:00
parent ce8d5c369e
commit 374004e31b
7 changed files with 366 additions and 8 deletions

View File

@@ -1211,6 +1211,7 @@ function Completion() //{{{
<span highlight="Indicator" style="display: inline-block; width: 1.5em; text-align: center">{item.item.indicator}</span>
{ process.call(this, item, text) }
</>];
context.completions = util.map(tabs.browsers, function ([i, browser]) {
let indicator = " ";