diff --git a/vim/spell/en.utf-8.add b/vim/spell/en.utf-8.add index 684e4a3..f6d5a97 100644 --- a/vim/spell/en.utf-8.add +++ b/vim/spell/en.utf-8.add @@ -128,3 +128,18 @@ virtualized VM multithreading toolsets +irradiance +OpenGL +cubemap +framebuffer +viewport +of +Premultiply +dissymmetry +rect +GPU +sRGB +rasterization +TODO +endianness +Monero diff --git a/vim/spell/en.utf-8.add.spl b/vim/spell/en.utf-8.add.spl index 998fe88..72a9a26 100644 Binary files a/vim/spell/en.utf-8.add.spl and b/vim/spell/en.utf-8.add.spl differ diff --git a/vimrc b/vimrc index 9cf55db..62f3b45 100644 --- a/vimrc +++ b/vimrc @@ -834,6 +834,7 @@ function! Search() let l:term = input('Grep search term: ') if l:term != '' if IsWindows() + " TODO: add --exclude= support to filesearch plugin exec 'Fsgrep "' . l:term . '"' else " is pt faster than ag? I forget now and didn't document it