1021:f0756bba5d2f | 1022:d509e282ae10 |
---|---|
43 o.tags:append({".tags", "./.tags;"}) | 43 o.tags:append({".tags", "./.tags;"}) |
44 o.wildignore = "*~,*.o,*.pyc,.git/*,hg/*,.svn/*" | 44 o.wildignore = "*~,*.o,*.pyc,.git/*,hg/*,.svn/*" |
45 | 45 |
46 if vim.fn.executable("ag") then | 46 if vim.fn.executable("ag") then |
47 o.grepprg = "ag --vimgrep" | 47 o.grepprg = "ag --vimgrep" |
48 o.grepformat:prepend({"%f:%l:%c:%m", "%f"}) | 48 -- o.grepformat:prepend({"%f:%l:%c:%m", "%f"}) |
49 o.errorformat:append("%f") | 49 -- o.errorformat:append("%f") |
50 end | 50 end |
51 |