summary refs log tree commit diff
Commit message (Collapse)AuthorAge
...
| * Remove unused pluginsJune McEnroe2013-04-23
| |
| * Switch to base16-default colorschemeJune McEnroe2013-04-23
| |
| * Replace nerdcommenter with vim-commentaryJune McEnroe2013-03-26
| |
| * Add paredit.vimJune McEnroe2013-03-24
| |
| * Update base16-vimJune McEnroe2013-03-14
| | | | | | | | It's still crap
| * Hide mode from below statuslineJune McEnroe2013-03-12
| |
| * Switch to powerlineJune McEnroe2013-03-12
| | | | | | | | | | | | | | Which I'm not going to bother configuring because it thinks it's all fancy and for other things that aren't Vim so it stores its config file in ~/.config which I keep in a different repo and I only want to use it for Vim so fuck you, Powerline. </rant>
| * Remove vim-powerlineJune McEnroe2013-03-12
| |
| * Update base16 and refheapJune McEnroe2013-02-03
| |
| * Ignore plugin/private.vimJune McEnroe2013-02-03
| |
| * Disable GUI dialogsJune McEnroe2012-09-29
| |
| * Ignore .netrwhistJune McEnroe2012-08-31
| |
| * Add base16-vimJune McEnroe2012-08-31
| |
| * Update itchy.vimJune McEnroe2012-08-17
| |
| * Update itchy.vimJune McEnroe2012-08-12
| |
| * Add refheap.vimJune McEnroe2012-08-12
| |
| * Add VimClojureJune McEnroe2012-08-11
| |
| * Condense indentation exceptionsJune McEnroe2012-08-11
| |
| * Remove vim-spaceJune McEnroe2012-07-17
| |
| * Update all the thingsJune McEnroe2012-07-02
| |
| * Remove vim-smartinputJune McEnroe2012-06-22
| |
| * Wrap text in Markdown filesJune McEnroe2012-05-29
| |
| * Remove buffergator customizationJune McEnroe2012-05-06
| |
| * Remove buffergatorJune McEnroe2012-05-06
| |
| * Update ALL THE THINGSJune McEnroe2012-05-06
| |
| * Add webapi-vimJune McEnroe2012-05-05
| |
| * Update gist-vimJune McEnroe2012-05-05
| |
| * Remove Itchy startupJune McEnroe2012-04-07
| |
| * Update vim-smartinputJune McEnroe2012-04-01
| |
| * Add vim-smartinputJune McEnroe2012-03-30
| |
| * Rebind Y to y$ for more consistent behaviourJune McEnroe2012-03-11
| |
| * Update Vim-Tomorrow-ThemeJune McEnroe2012-03-03
| |
| * Update Vim-Tomorrow-ThemeJune McEnroe2012-03-02
| |
| * Update PowerlineJune McEnroe2012-02-29
| |
| * Add shiftround optionJune McEnroe2012-02-29
| |
| * Add ,z mapping to toggle spellJune McEnroe2012-02-25
| |
| * Add badwolf colorschemeJune McEnroe2012-02-13
| |
| * Customize C/C++ indentationJune McEnroe2012-02-11
| |
| * Update Powerline to 'develop' branchJune McEnroe2012-02-07
| |
| * Add Solarized colorschemeJune McEnroe2012-02-07
| |
| * Add back set nocompatible, even though it seemed to end up set anywayJune McEnroe2012-02-07
| |
| * Update jellybeansJune McEnroe2012-02-05
| |
| * Update itchy.vimJune McEnroe2012-02-02
| |
| * Add mapping to toggle relative/absolute numberingJune McEnroe2012-02-02
| |
| * Add itchy.vimJune McEnroe2012-02-02
| |
| * Revert "Add ShowMarks plugin"June McEnroe2012-02-01
| | | | | | | | This reverts commit 28cf15ba0309361cb972012bb3bdad62423f401d.
| * Add ShowMarks pluginJune McEnroe2012-02-01
| |
| * Update Vim-Tomorrow-ThemeJune McEnroe2012-02-01
| |
| * Add vim-markdownJune McEnroe2012-02-01
| |
| * Add tabular.vimJune McEnroe2012-02-01
| |
id=d523dacc3b1c93bb186cdd0ddb5e721162aa927e&follow=1'>README: Fix dependenciesLukas Fleischer * Remove the dependency on Git (which can be obtained automatically when building, using either the Git submodule or `make get-git`). * Use proper upstream names of dependencies. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2014-01-08README: Spelling and formatting fixesLukas Fleischer * Several small spelling and capitalization fixes. * Use consistent and better-looking formatting that is compatible with AsciiDoc (and partly compatible with RST). Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2014-01-08Fix UTF-8 with syntax-highlighting.pyPřemysl Janouch Previously the script tried to encode output from Pygments with the ASCII codec, which failed. Signed-off-by: Přemysl Janouch <p.janouch@gmail.com> 2014-01-08Add a suggestion to the manpagePřemysl Janouch So that people wishing to use "enable-http-clone" don't have to find out the correct settings on their own. Signed-off-by: Přemysl Janouch <p.janouch@gmail.com> 2014-01-08Fix the example configurationPřemysl Janouch "enable-git-clone" doesn't exist, replaced with "enable-http-clone". Signed-off-by: Přemysl Janouch <p.janouch@gmail.com> 2014-01-08Fix about-formatting.shPřemysl Janouch dash failed to parse the script. Signed-off-by: Přemysl Janouch <p.janouch@gmail.com> 2014-01-08Fix some spelling errorsPřemysl Janouch Signed-off-by: Přemysl Janouch <p.janouch@gmail.com> 2014-01-08filters: highlight.sh: add css comments for highlight 2.6 and 3.8Ferry Huberts