summary refs log tree commit diff
path: root/.vim/autoload
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2016-04-29 10:50:06 -0400
committerJune McEnroe <june@causal.agency>2016-04-29 10:51:17 -0400
commitbabb7aed66219ed28be3248ad082b77119d96330 (patch)
tree24c78abe2249d1f9003834e625c535085a0731b9 /.vim/autoload
parentRemove gvim=mvim alias (diff)
downloadsrc-babb7aed66219ed28be3248ad082b77119d96330.tar.gz
src-babb7aed66219ed28be3248ad082b77119d96330.zip
Remove explicit syntax/filetype on
neovim 0.1.4 actually doesn't need them!
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
/commit/www/causal.agency/index.html.in?id=589128babc1f7daab19a1ace57c717cbf6c896f7&follow=1'>Move catgirl up the pageJune McEnroe 2020-02-12Update catgirl pty grabJune McEnroe 2020-02-12Link to cgit /about pages where appropriateJune McEnroe 2020-02-11Separate LINKS from BINS for html to workJune McEnroe 2020-02-11Add margin to Bl-bullet itemsJune McEnroe 2020-02-10Match URLs inside parens or with paired parens insideJune McEnroe 2020-02-10Duplicate effective URL before passing it back to curlJune McEnroe 2020-02-09Add To Be Taught, If FortunateJune McEnroe 2020-02-04Add The Future of Another TimelineJune McEnroe 2020-01-31Reorganize the Makefile for the umpteenth timeJune McEnroe 2020-01-28Change scout sensitivity to 1.4June McEnroe 2020-01-28Import shows.txtJune McEnroe0500'>2021-01-20Remove Lua supportJune McEnroe Lua support is unused and the dlsym fwrite/write hacks horrify me. Clean it up. 2021-01-20Fix tests for diff spansJune McEnroe 2021-01-20Avoid matching ':' in make tagsJune McEnroe Otherwise a :: rule includes one of the ':'s in the tag name. 2021-01-19Prefer tag matches not preceded by [[:alnum:]]June McEnroe Otherwise the "id" in "void" matches for "void id". 2021-01-19Escape \ and / in mtags search patternsJune McEnroe 2021-01-20Use mtags in source-filterJune McEnroe 2021-01-19Add mtags to generate tags for make and mdocJune McEnroe 2021-01-19Map tags to IDs using only [[:alnum:]-._]June McEnroe 2021-01-19Don't use a pager if reading standard inputJune McEnroe 2021-01-19Support BSD make syntax and match *.amJune McEnroe These don't really go together, but... 2021-01-19Match tab following escaped newline in make assignmentsJune McEnroe Otherwise it ends up going into Shell state. 2021-01-18Allow matching lexers using first input lineJune McEnroe