summary refs log tree commit diff
Commit message (Expand)AuthorAge
...
* Add list of configurationsJune McEnroe2013-11-10
* Effuse ignore vim-plug.shJune McEnroe2013-11-10
* Remove useless dotvim ignoresJune McEnroe2013-11-10
* Merge in programble/dotvimJune McEnroe2013-11-10
|\
| * Remove instructions from READMEJune McEnroe2013-11-09
| * Fix NumberToggleJune McEnroe2013-11-09
| * Add Plugins commentJune McEnroe2013-11-09
| * Switch to vim-plugJune McEnroe2013-11-09
| * Add vim-easy-alignJune McEnroe2013-11-09
| * Remove unused plugin configurationsJune McEnroe2013-11-09
| * Update jellybeansJune McEnroe2013-11-03
| * Add bindings for CtrlPBufTag and CtrlPLineJune McEnroe2013-11-03
| * Update pluginsJune McEnroe2013-11-03
| * Remove unused pluginsJune McEnroe2013-11-03
| * Update jellybeansJune McEnroe2013-11-03
| * Switch to (customized) jellybeans colorschemeJune McEnroe2013-11-03
| * Disable Airline whitespace extensionJune McEnroe2013-11-03
| * Replace vim-gitgutter with vim-signifyJune McEnroe2013-11-02
| * Add tagbarJune McEnroe2013-11-02
| * Add AirlineJune McEnroe2013-11-02
| * Remove powerlineJune McEnroe2013-11-02
| * Disable some options in terminalsJune McEnroe2013-09-06
| * Only set colorscheme for gvimJune McEnroe2013-09-05
| * Add vim-ragtagJune McEnroe2013-08-17
| * Update base16-vimJune McEnroe2013-06-08
| * Switch to my own fork of base16-vimJune McEnroe2013-06-07
| * Indent compojure correctlyJune McEnroe2013-05-24
| * Remove vim-clojure-staticJune McEnroe2013-05-23
| * Replace VimClojure with vim-clojure-staticJune McEnroe2013-05-23
| * Do not run gitgutter eagerlyJune McEnroe2013-05-18
| * Remove tabularJune McEnroe2013-05-15
| * Use long names for all settingsJune McEnroe2013-05-15
| * Add vim-gitgutterJune McEnroe2013-05-15
| * 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
| * Hide mode from below statuslineJune McEnroe2013-03-12
| * Switch to powerlineJune McEnroe2013-03-12
| * 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
gheader'>2021-02-06Add xmodmap configurationJune McEnroe 2021-02-06Add initial OpenBSD X configurationJune McEnroe cwm still needs a lot more rebinding, and I need to actually look at its other options. xterm definitely still needs some configuration, but I at least managed to get it to use a decent looking font. Very happy that OpenBSD includes Luxi Mono, which is what my usual font, Go Mono, is based on anyway. Still missing is xmodmap and such. 2021-02-06Add xterm output to schemeJune McEnroe ZIP tests are reached. Use test prerequisites to skip everything using unzip(1) if the binary is not available instead. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2013-04-10tests/: Do not use `sed -i`Lukas Fleischer "-i" isn't part of the POSIX standard and doesn't work on several platforms such as OpenBSD. Use a temporary file instead. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2013-04-10Add branch-sort and repo.branch-sort options.Jason A. Donenfeld When set to "name", branches are sorted by name, which is the current default. When set to "age", branches are sorted by the age of the repository. This feature was requested by Konstantin Ryabitsev for use on kernel.org. Proposed-by: Konstantin Ryabitsev <mricon@kernel.org> 2013-04-10t0109: chain operations with &&John Keeping Without '&&' between operations, we will not detect if strace or cgit exit with an error status, which would cause a false positive test status in this case. Signed-off-by: John Keeping <john@keeping.me.uk> 2013-04-10cgit.c: Do not restore unset environment variablesLukas Fleischer getenv() returns a NULL pointer if the specified variable name cannot be found in the environment. However, some setenv() implementations crash if a NULL pointer is passed as second argument. Only restore variables that are not NULL. See commit d96d2c98ebc4c2d3765f5b35c4142e0e828a421b for a related patch. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2013-04-09t0107: Use `tar -z` for gzip'ed archivesLukas Fleischer