Update vim files
This commit is contained in:
parent
39ac0a3889
commit
cc73acccb1
|
@ -128,3 +128,18 @@ virtualized
|
||||||
VM
|
VM
|
||||||
multithreading
|
multithreading
|
||||||
toolsets
|
toolsets
|
||||||
|
irradiance
|
||||||
|
OpenGL
|
||||||
|
cubemap
|
||||||
|
framebuffer
|
||||||
|
viewport
|
||||||
|
of
|
||||||
|
Premultiply
|
||||||
|
dissymmetry
|
||||||
|
rect
|
||||||
|
GPU
|
||||||
|
sRGB
|
||||||
|
rasterization
|
||||||
|
TODO
|
||||||
|
endianness
|
||||||
|
Monero
|
||||||
|
|
Binary file not shown.
1
vimrc
1
vimrc
|
@ -834,6 +834,7 @@ function! Search()
|
||||||
let l:term = input('Grep search term: ')
|
let l:term = input('Grep search term: ')
|
||||||
if l:term != ''
|
if l:term != ''
|
||||||
if IsWindows()
|
if IsWindows()
|
||||||
|
" TODO: add --exclude=<file> support to filesearch plugin
|
||||||
exec 'Fsgrep "' . l:term . '"'
|
exec 'Fsgrep "' . l:term . '"'
|
||||||
else
|
else
|
||||||
" is pt faster than ag? I forget now and didn't document it
|
" is pt faster than ag? I forget now and didn't document it
|
||||||
|
|
Loading…
Reference in New Issue
Block a user