Thursday, November 29, 2018

Re: vim should reset indent size settings when changing file types

On 29.11.18 11:14, David Demelier wrote:
> I'm not sure if there is way to fix that, but I actually would like to use
> tabs of size 8 for every file except html.
>
> So basically I create a ~/.vim/ftplugin.html file with:
>
> set ts=4
> set sts=4
> set sw=4
> set noet
>
> Then, runnin `vim foo.html` will set ts, sts and sw correctly. But then, if
> I open a new file different from html directly from vim, it keeps those
> settings.

If you use setlocal instead of set, that should do it.

Erik

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments: