884:9289e838fb8a | 885:5357de5d54e2 |
---|---|
234 let &undodir = g:vimcache . '/undo//,.' | 234 let &undodir = g:vimcache . '/undo//,.' |
235 endif | 235 endif |
236 | 236 |
237 if executable('ag') | 237 if executable('ag') |
238 let &grepprg = "ag --vimgrep" | 238 let &grepprg = "ag --vimgrep" |
239 set grepformat^=%f:%l:%c:%m | 239 set grepformat^=%f:%l:%c:%m,%f |
240 endif | 240 endif |
241 | 241 |
242 if g:on_windows | 242 if g:on_windows |
243 set guifont=DejaVu_Sans_Mono:h10:cDEFAULT | 243 set guifont=DejaVu_Sans_Mono:h10:cDEFAULT |
244 set linespace=0 | 244 set linespace=0 |