summary refs log tree commit diff
path: root/home/.config/nvim/ftdetect
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-12-05 09:53:59 -0500
committerJune McEnroe <june@causal.agency>2019-12-05 09:53:59 -0500
commit807cbb7bcf162eca9f4882b99e399f235baf0caa (patch)
treea8085d130243022cc56fd1f6d667ee732b439eac /home/.config/nvim/ftdetect
parentFix \? prompt expansion for more than one digit (diff)
downloadsrc-807cbb7bcf162eca9f4882b99e399f235baf0caa.tar.gz
src-807cbb7bcf162eca9f4882b99e399f235baf0caa.zip
Add The Fifth Season
Diffstat (limited to 'home/.config/nvim/ftdetect')
0 files changed, 0 insertions, 0 deletions
de> 2014-01-08ui-stats.c: Remove unused macroLukas Fleischer Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2014-01-08scan-tree.c: Remove unused macroLukas Fleischer This is no longer needed since commit fb3655df (use struct strbuf instead of static buffers, 2013-04-06). Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2013-09-14ui-shared: Drop filepair_cb_raw() and helperLukas Fleischer Remove filepair_cb_raw() and all related functions. These are no longer needed. We now use Git's internal functions for raw diff formatting everywhere. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2013-09-14ui-diff: Use diff_tree_sha1() for raw diff formattingLukas Fleischer