diff options
| author | Michael Forney <mforney@mforney.org> | 2017-03-09 08:35:59 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2017-03-09 08:35:59 -0800 |
| commit | 16d8ab7157909d785baeb13e29acf3b293dd542a (patch) | |
| tree | dfc9a37acf238075fb4d84b239145a1ea9da47d4 | |
| parent | f2cb60938705b9cf3480c4006d8a48797ce96044 (diff) | |
vis: Update to latest git
| -rw-r--r-- | .gitmodules | 1 | ||||
| -rw-r--r-- | pkg/vis/lua.txt | 2 | ||||
| -rw-r--r-- | pkg/vis/patch/0001-Add-rc-script-detection.patch | 26 | ||||
| -rw-r--r-- | pkg/vis/rev | 2 | ||||
| m--------- | pkg/vis/src | 0 |
5 files changed, 3 insertions, 28 deletions
diff --git a/.gitmodules b/.gitmodules index a1efda47..c8faf49a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -228,7 +228,6 @@ [submodule "pkg/vis/src"] path = pkg/vis/src url = https://github.com/martanne/vis - ignore = all [submodule "pkg/wayland-protocols/src"] path = pkg/wayland-protocols/src url = https://anongit.freedesktop.org/git/wayland/wayland-protocols.git diff --git a/pkg/vis/lua.txt b/pkg/vis/lua.txt index d911b618..61c45eec 100644 --- a/pkg/vis/lua.txt +++ b/pkg/vis/lua.txt @@ -127,8 +127,10 @@ lexers/json.lua lexers/coffeescript.lua lexers/css.lua lexers/texinfo.lua +plugins/complete-word.lua plugins/digraph.lua plugins/filetype.lua +plugins/complete-filename.lua plugins/textobject-lexer.lua plugins/number-inc-dec.lua themes/solarized.lua diff --git a/pkg/vis/patch/0001-Add-rc-script-detection.patch b/pkg/vis/patch/0001-Add-rc-script-detection.patch deleted file mode 100644 index fbe2a36a..00000000 --- a/pkg/vis/patch/0001-Add-rc-script-detection.patch +++ /dev/null @@ -1,26 +0,0 @@ -From 7a6d49b0c1bd0dcf3f0072f9be18d448821dc04f Mon Sep 17 00:00:00 2001 -From: Michael Forney <mforney@mforney.org> -Date: Fri, 30 Dec 2016 20:34:04 -0800 -Subject: [PATCH] Add rc script detection - ---- - lua/plugins/filetype.lua | 3 +++ - 1 file changed, 3 insertions(+) - -diff --git a/lua/plugins/filetype.lua b/lua/plugins/filetype.lua -index e6bb83b..b687dfa 100644 ---- a/lua/plugins/filetype.lua -+++ b/lua/plugins/filetype.lua -@@ -290,6 +290,9 @@ vis.ftdetect.filetypes = { - ext = { "%.sc$", "%.py$", "%.pyw$" }, - mime = { "text/x-python" }, - }, -+ rc = { -+ ext = { "%.rc$" }, -+ }, - rebol = { - ext = { "%.r$", "%.reb$" }, - }, --- -2.11.0 - diff --git a/pkg/vis/rev b/pkg/vis/rev index 48082f72..b1bd38b6 100644 --- a/pkg/vis/rev +++ b/pkg/vis/rev @@ -1 +1 @@ -12 +13 diff --git a/pkg/vis/src b/pkg/vis/src -Subproject 81deff2851c90245d8ed997b68f0e3c4e8ecc12 +Subproject 11afbe423bf163b9a03126b26c1c0fdbb41fc54 |
