summary refs log tree commit diff
path: root/bundle/syntastic (unfollow)
Commit message (Expand)Author
2012-05-29Wrap text in Markdown filesJune McEnroe
2012-05-06Remove buffergator customizationJune McEnroe
2012-05-06Remove buffergatorJune McEnroe
2012-05-06Update ALL THE THINGSJune McEnroe
2012-05-05Add webapi-vimJune McEnroe
2012-05-05Update gist-vimJune McEnroe
2012-04-07Remove Itchy startupJune McEnroe
2012-04-01Update vim-smartinputJune McEnroe
2012-03-30Add vim-smartinputJune McEnroe
2012-03-11Rebind Y to y$ for more consistent behaviourJune McEnroe
2012-03-03Update Vim-Tomorrow-ThemeJune McEnroe
2012-03-02Update Vim-Tomorrow-ThemeJune McEnroe
2012-02-29Update PowerlineJune McEnroe
2012-02-29Add shiftround optionJune McEnroe
2012-02-25Add ,z mapping to toggle spellJune McEnroe
2012-02-13Add badwolf colorschemeJune McEnroe
2012-02-11Customize C/C++ indentationJune McEnroe
2012-02-07Update Powerline to 'develop' branchJune McEnroe
2012-02-07Add Solarized colorschemeJune McEnroe
2012-02-07Add back set nocompatible, even though it seemed to end up set anywayJune McEnroe
2012-02-05Update jellybeansJune McEnroe
2012-02-02Update itchy.vimJune McEnroe
2012-02-02Add mapping to toggle relative/absolute numberingJune McEnroe
2012-02-02Add itchy.vimJune McEnroe
2012-02-01Revert "Add ShowMarks plugin"June McEnroe
2012-02-01Add ShowMarks pluginJune McEnroe
2012-02-01Update Vim-Tomorrow-ThemeJune McEnroe
2012-02-01Add vim-markdownJune McEnroe
2012-02-01Add tabular.vimJune McEnroe
2012-02-01Update Vim-Tomorrow-ThemeJune McEnroe
2012-01-30Disable menu bar in GVimJune McEnroe
2012-01-30Set shiftwidth to 4 for LuaJune McEnroe
2012-01-29Don't show Syntastic errors automaticallyJune McEnroe
2012-01-28Update to Quicktask 1.1June McEnroe
2012-01-22Use space-test branch of quicktaskJune McEnroe
2012-01-22Enable syntax-based foldingJune McEnroe
2012-01-22Update quicktaskJune McEnroe
2012-01-22Revert "Add AutoClose"June McEnroe
2012-01-22Revert "Disable powerline for now"June McEnroe
2012-01-22Revert "Add VCS repo directories to wildignore"June McEnroe
2012-01-22Disable powerline for nowJune McEnroe
2012-01-22Update some pluginsJune McEnroe
2012-01-22Add VCS repo directories to wildignoreJune McEnroe
2012-01-22Map ,e and ,b to CtrlP file and buffer respectivelyJune McEnroe
2012-01-22Add vim-spaceJune McEnroe
2012-01-22Add AutoCloseJune McEnroe
2012-01-22Add binding for GundoJune McEnroe
2012-01-22Add GundoJune McEnroe
2012-01-22Add Jellybeans colorschemeJune McEnroe
2012-01-22Add syntasticJune McEnroe
an title='2021-06-09 17:56:42 -0400'>2021-06-09Add seprintfJune McEnroe Based on seprint(2) from Plan 9. I'm not sure if my return value exactly matches Plan 9's in the case of truncation. seprint(2) is described only as returning a pointer to the terminating '\0', but if it does so even in the case of truncation, it is awkward for the caller to detect. This implementation returns end in the truncation case, so that (ptr == end) indicates truncation. 2021-05-27Add pounce-notify to README 2.4June McEnroe 2021-05-27Fix ENVIRONMENT formatting in pounce-notify(1)June McEnroe 2021-05-27Add note about Libera.Chat SASL-only rangesJune McEnroe 2021-05-25Add QUIRKS fileJune McEnroe 2021-05-19Replace freenode with tilde.chatJune McEnroe 2021-05-04notify: Reword pounce-notify manualJune McEnroe 2021-05-02Clean up Makefiles, configure scriptsJune McEnroe Default MANDIR to ${PREFIX}/man since it turns out man-db includes /usr/local/man by default. Add support for BINDIR. Separate libs out into LDADD variables. 2021-04-30palaver: Exit on getopt failureJune McEnroe Oops. 2021-04-30notify: Implement pounce-notifyJune McEnroe