Update vim files

This commit is contained in:
Michael Campagnaro 2017-09-08 15:53:28 -04:00
parent 39ac0a3889
commit cc73acccb1
3 changed files with 16 additions and 0 deletions

View File

@ -128,3 +128,18 @@ virtualized
VM
multithreading
toolsets
irradiance
OpenGL
cubemap
framebuffer
viewport
of
Premultiply
dissymmetry
rect
GPU
sRGB
rasterization
TODO
endianness
Monero

Binary file not shown.

1
vimrc
View File

@ -834,6 +834,7 @@ function! Search()
let l:term = input('Grep search term: ')
if l:term != ''
if IsWindows()
" TODO: add --exclude=<file> support to filesearch plugin
exec 'Fsgrep "' . l:term . '"'
else
" is pt faster than ag? I forget now and didn't document it