aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2018-10-12 20:46:01 +0200
committerJohn Ankarström <john@ankarstrom.se>2018-10-12 20:46:01 +0200
commita614a8c30b74dbf82aa1e20cd5042f6df3f17e47 (patch)
tree830e046d17c1c85a2fa1108eec08a79193c1c7db
parent48924e9199faea49eaa1da5176a0982b11114146 (diff)
downloadvis-filetype-settings-a614a8c30b74dbf82aa1e20cd5042f6df3f17e47.tar.gz
changed plugin name
-rw-r--r--README.md2
-rw-r--r--vis-filetype-settings.lua (renamed from vis-autocmd.lua)4
2 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index f631c8d..373d3d8 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-## vis-autocmd
+## vis-filetype-settings
This plugin provides a declarative interface for setting vis
options depending on filetype.
diff --git a/vis-autocmd.lua b/vis-filetype-settings.lua
index 8b60501..8fa10f6 100644
--- a/vis-autocmd.lua
+++ b/vis-filetype-settings.lua
@@ -1,5 +1,5 @@
--- vis-autocmd
--- (https://github.com/jocap/vis-autocmd)
+-- vis-filetype-settings
+-- (https://github.com/jocap/vis-filetype-settings)
-- This plugin provides a declarative interface for setting vis
-- options depending on filetype.