[Mesa-dev] [v4 PATCH 05/10] mesa: helper function for scissor box of gl_framebuffer
Henri Verbeet
hverbeet at gmail.com
Wed May 27 10:57:23 PDT 2015
On 27 May 2015 at 19:05, Kenneth Graunke <kenneth at whitecape.org> wrote:
> If you're using vim, this will give you the correct settings for Mesa:
>
> if has("autocmd")
> au BufNewFile,BufRead */mesa/* set expandtab tabstop=8 softtabstop=3 shiftwidth=3
> endif
>
setlocal is more appropriate than set for this kind of thing (because
it only applies to the current buffer), although I suppose it doesn't
matter that much in practice.
More information about the mesa-dev
mailing list