summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2010-02-07 01:07:20 +0100
committerAdrian C. (anrxc) <anrxc@sysphere.org>2010-02-07 01:07:53 +0100
commit8b760a18ae5c84ef4207ffe91ae05f2cf7780f4e (patch)
tree82d3878ce9a5884686cfdd583b59bb981711b4f1
parent56ea6d7c037660f486e56e48d8135b1a3ac50594 (diff)
downloaddotfiles-8b760a18ae5c84ef4207ffe91ae05f2cf7780f4e.tar.xz
vimperator: added licensing information
-rw-r--r--vimperator/colors/zenburn.vimp9
-rw-r--r--vimperator/plugin/buftabs.js2
-rw-r--r--vimperatorrc9
3 files changed, 13 insertions, 7 deletions
diff --git a/vimperator/colors/zenburn.vimp b/vimperator/colors/zenburn.vimp
index bf2ee5f..c3415f8 100644
--- a/vimperator/colors/zenburn.vimp
+++ b/vimperator/colors/zenburn.vimp
@@ -1,6 +1,9 @@
-" ==Zenburn_Color_Scheme==
-" name: Zenburn
-" ==Zenburn_Colorscheme_Settings==
+" == Zenburn color scheme ==
+" name: Zenburn
+" file: zenburn.vimp
+" author: Adrian C. <anrxc..sysphere.org>
+" license: GNU General Public License v2
+" == Zenburn color scheme settings ==
hi Bell border: 0 none; background-color: black;
hi Boolean color: #CC9393;
hi CmdLine font-family: monospace; padding: 1px;
diff --git a/vimperator/plugin/buftabs.js b/vimperator/plugin/buftabs.js
index 8dfb6a7..ad1d47e 100644
--- a/vimperator/plugin/buftabs.js
+++ b/vimperator/plugin/buftabs.js
@@ -16,7 +16,7 @@ let PLUGIN_INFO =
== Styling ==
Use the BufTab and BufTabSelected highlight groups to style the buftabs.
- Make sure you've called the "loadplugins" command before using the highlight
+ Make sure you\'ve called the "loadplugins" command before using the highlight
groups in your vimperatorrc.
== Length ==
diff --git a/vimperatorrc b/vimperatorrc
index 1e2f623..676688a 100644
--- a/vimperatorrc
+++ b/vimperatorrc
@@ -1,11 +1,14 @@
" {{{ anrxc's vimperator configuration with Emacs bindings
"
-" Formatted list of keybindings:
+" Bindings
" * http://sysphere.org/~anrxc/j/articles/vimperator/index.html
-" TODO
+" Todo
" * C-n and C-p in "INSERT (menu)" mode
-" - feature request: http://code.google.com/p/vimperator-labs/issues/detail?id=36
+" * http://code.google.com/p/vimperator-labs/issues/detail?id=36
+
+" License
+" * CC0 http://creativecommons.org/publicdomain/zero/1.0
" }}}