Created
September 1, 2015 23:07
-
-
Save wincent/777daf759aa0d2d55eb6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* 937d61b (HEAD -> master, origin/master, origin/HEAD, github/master) Make :Acks handle custom delimiters and options (11 days ago) <Greg Hurrell> | |
* c6694c0 Merge branch 'pull/19' (12 days ago) <Greg Hurrell> | |
|\ | |
| * c03cd0d (pull/19) doc: Make handler limitations more explicit (12 days ago) <Greg Hurrell> | |
| * 013acf1 Remove unnecessary whitespace change (12 days ago) <Greg Hurrell> | |
| * 7950cce doc: Avoid unwanted syntax highlighting (13 days ago) <Greg Hurrell> | |
| * cc52164 doc: Correct g:FerretLLHandler default (13 days ago) <Greg Hurrell> | |
| * bf5236d Only lookup handler settings when needed (13 days ago) <Greg Hurrell> | |
| * f0a7ca0 doc: Update HISTORY section (13 days ago) <Greg Hurrell> | |
| * b2e2b08 doc: Apply grammar tweak (13 days ago) <Greg Hurrell> | |
| * 015014c Rename g:FerretLHandler to g:FerretLLHandler (13 days ago) <Greg Hurrell> | |
| * 6cab326 Add mailmap file (13 days ago) <Greg Hurrell> | |
| * d2d0803 Rename g:FerretQHandler to g:FerretQFHandler; Add docs to g:FerretQFHandler and g:FerretLHandler (13 days ago) <Daniel Silva> | |
| * 4bda5f1 Remove unused variable; Lazy load quickfix/location window handlers (13 days ago) <Daniel Silva> | |
| * 7f35eed Add FerretQHandler and FerretLHandler to options (similar to ack/ag.vim) (13 days ago) <Daniel Silva> | |
| * e7f0150 Allow the quickfix window position to be optional; Remove `botright` from location list (13 days ago) <Daniel Silva> | |
| * af50cf7 Show quickfix/location list as vertical split on multiple splits (13 days ago) <Daniel Silva> | |
|/ | |
* 2d7d245 Merge branch 'pull/18' (3 weeks ago) <Greg Hurrell> | |
|\ | |
| * 551899b (pull/18) doc: Add Daniel Silva to AUTHORS and update HISTORY (3 weeks ago) <Greg Hurrell> | |
| * 39c0819 Fix :Qargs command definition (3 weeks ago) <Daniel Silva> | |
|/ | |
* c40c189 Conditionalize use of <nomodeline> (4 weeks ago) <Greg Hurrell> | |
* f3d3293 Use <nomodeline> with User autocmds (4 weeks ago) <Greg Hurrell> | |
* 13c7c71 Replace some more `exists()` ternary constructs with `get()` (5 weeks ago) <Greg Hurrell> | |
* 0993cef (tag: 0.3) doc: correct a typo in the DEVELOPMENT section (6 weeks ago) <Greg Hurrell> | |
* f308f5b doc: Prepare for 0.3 release (6 weeks ago) <Greg Hurrell> | |
* 095b0c1 doc: add DEVELOPMENT section (6 weeks ago) <Greg Hurrell> | |
* 04b4695 Add heuristics to catch common mistakes (6 weeks ago) <Greg Hurrell> | |
* c61d21e Show error messages (6 weeks ago) <Greg Hurrell> | |
* f718d21 Merge branch 'pull/16' (6 weeks ago) <Greg Hurrell> | |
|\ | |
| * 8ffc887 doc: Add Vaibhav Sagar to AUTHORS section (6 weeks ago) <Greg Hurrell> | |
| * 3ca2eca Update README.md (6 weeks ago) <Vaibhav Sagar> | |
|/ | |
* 23cfdcb More escaping for the benefit of the GitHub README (6 weeks ago) <Greg Hurrell> | |
* 6ee37e3 Add markdown README.md (6 weeks ago) <Greg Hurrell> | |
* 02e02f0 Remove unwanted line jumping behavior (6 weeks ago) <Greg Hurrell> | |
* fa8a1e5 Merge branch 'pull/12' (7 weeks ago) <Greg Hurrell> | |
|\ | |
| * 6dfa0af doc: Fix TOC numbers again (7 weeks ago) <Joe Lencioni> | |
|/ | |
* ba51402 Don't let `:let &hlsearch=1` show up after failed search (7 weeks ago) <Greg Hurrell> | |
* ce34474 doc: Add TROUBLESHOOTING section (7 weeks ago) <Greg Hurrell> | |
* d95c2ec doc: Add FAQ (7 weeks ago) <Greg Hurrell> | |
* 2bf6c52 Fix handling of multi-word commands (7 weeks ago) <Greg Hurrell> | |
* 3aab4b1 Merge branch 'pull/8' (7 weeks ago) <Greg Hurrell> | |
|\ | |
| * 92586df doc: Update docs for hlsearch feature (7 weeks ago) <Greg Hurrell> | |
| * 3a7909c Consistentify let style (7 weeks ago) <Greg Hurrell> | |
| * 7314daf Gate hlsearch behavior on 'hlsearch' and 'g:FerretHlsearch' (7 weeks ago) <Greg Hurrell> | |
| * 6405b36 Don't mess with hlsearch unless Vim is compiled with '+extra_search' (7 weeks ago) <Greg Hurrell> | |
| * 1b5d065 Extract ferret#private#hlsearch function (7 weeks ago) <Greg Hurrell> | |
| * 3396068 Avoid redundant call to s:escape() (7 weeks ago) <Greg Hurrell> | |
| * 1e4493a Highlight searched term (7 weeks ago) <Nelo Wallus> | |
|/ | |
* 612bee6 doc: add RELATED section (7 weeks ago) <Greg Hurrell> | |
* 7d5ffd3 (tag: 0.2) Prepare to cut 0.2 release (7 weeks ago) <Greg Hurrell> | |
* ecb1224 Use get() to get values with defaults (7 weeks ago) <Greg Hurrell> | |
* 7ab11cf Fix typo of g:FerretQFCommands (7 weeks ago) <Greg Hurrell> | |
* 151053a Merge branch 'pull/6' (7 weeks ago) <Greg Hurrell> | |
|\ | |
| * 9a074f7 Add trailing slash when using <Plug>(FerretAcks) (7 weeks ago) <Greg Hurrell> | |
| * 484a9b1 Gracefully handle missing g:ferret_lastsearch (7 weeks ago) <Greg Hurrell> | |
| * b8ff641 DRY up repeated calls to s:escape() (7 weeks ago) <Greg Hurrell> | |
| * 743e67d doc: update HISTORY and AUTHORS sections (7 weeks ago) <Greg Hurrell> | |
| * eaac24f doc: Mention <leader>r shortcut in intro section (7 weeks ago) <Greg Hurrell> | |
| * 6f7d58b doc: Fix two tiny typos in <Plug>FerretAcks documentation (7 weeks ago) <Greg Hurrell> | |
| * 3491560 Add <Plug>(FerretAcks) (7 weeks ago) <Nelo Wallus> | |
|/ | |
* 4e15f8e doc: Actually fix section numbering in table of contents (7 weeks ago) <Joe Lencioni> | |
* 756c8a7 Merge branch 'pull/3' (7 weeks ago) <Greg Hurrell> | |
|\ | |
| * 4358cba doc: update AUTHORS and HISTORY sections (7 weeks ago) <Greg Hurrell> | |
| * 9f2fa0e doc: Adjust formatting to match local style (7 weeks ago) <Greg Hurrell> | |
| * d9fd3f6 doc: Fix section numbering in table of contents (7 weeks ago) <Greg Hurrell> | |
| * afa2868 Fire autocommands before and after writing files in :Acks (7 weeks ago) <Joe Lencioni> | |
|/ | |
* 93a38a2 (tag: 0.1) doc: correct script number on www.vim.org (8 weeks ago) <Greg Hurrell> | |
* e713c7f Add top-level .gitignore (8 weeks ago) <Greg Hurrell> | |
* f4516b2 Add LICENSE.txt (8 weeks ago) <Greg Hurrell> | |
* b270d44 Initial import (8 weeks ago) <Greg Hurrell> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment