From a596fa94f6215c06c7c6013a61f6e579772ec240 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Thu, 4 Oct 2007 13:29:40 +0000 Subject: [PATCH] add fold markers --- content/completion.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/completion.js b/content/completion.js index 0e0f9972..971c0ee6 100644 --- a/content/completion.js +++ b/content/completion.js @@ -473,7 +473,7 @@ vimperator.completion = (function() // {{{ return build_longest_common_substring(mapped, filter); }, //}}} - javascript: function(str) + javascript: function(str) // {{{ { g_substrings = []; var matches = str.match(/^(.*?)(\s*\.\s*)?(\w*)$/); @@ -538,7 +538,7 @@ vimperator.completion = (function() // {{{ } catch (e) { completions = []; }; return build_longest_starting_substring(completions, filter); - }, + }, // }}} exTabCompletion: function(str) //{{{ {