From cc3f5fe9367adc5c28e1e34e5965e351d201474b Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sun, 22 Jan 2012 01:31:03 -0500 Subject: Add vim-space --- bundle/vim-space | 1 + 1 file changed, 1 insertion(+) create mode 160000 bundle/vim-space (limited to 'bundle/vim-space') diff --git a/bundle/vim-space b/bundle/vim-space new file mode 160000 index 00000000..9440e388 --- /dev/null +++ b/bundle/vim-space @@ -0,0 +1 @@ +Subproject commit 9440e388cc75754ab7c58441f3ef965a70a411db -- cgit 1.4.1 hod='get'> web frontend for git
about summary refs log tree commit diff
path: root/tests/.gitignore (unfollow)
Commit message (Expand)Author
2014-01-08plain: don't append charset for binary MIME typesJohn Keeping
2014-01-08ui-log.c: Several simplificationsLukas Fleischer
2014-01-08Use argv_array in place of vectorLukas Fleischer
2014-01-08ui-stats.c: Remove unused macroLukas Fleischer
2014-01-08scan-tree.c: Remove unused macroLukas Fleischer
2013-09-14ui-shared: Drop filepair_cb_raw() and helperLukas Fleischer
2013-09-14ui-diff: Use diff_tree_sha1() for raw diff formattingLukas Fleischer>2021-01-19Prefer tag matches not preceded by [[:alnum:]]June McEnroe
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
2021-01-19Match tab following escaped newline in make assignmentsJune McEnroe
2021-01-18Allow matching lexers using first input lineJune McEnroe