On Jan 8, 3:30 pm, statquant2 <[email protected]> wrote:
> David >> I think q wasn't a filetype because opening a q file and entering
> set filetype didn't give me any result before doing what I described on step
> 1.
>

It doesn't look like 'q' is a filetype. However it could have been one
that was simply not being auto-detected for .q files. I checked and
"q.vim" is neither in $VIMRUNTIME/syntax nor $VIMRUNTIME/ftplugin, so
it is not a built-in type.

> Ben >> I am afraid this is just not working, I have the plugin lines in my
> vimrc, and I tried to set all the options you mentioned in the q.vim indent
> file... simply not working...
> Dis you succeed yourself on your box ?
>

I'm not exactly sure what you are try to accomplish.

What do you mean by "not working at all"? What did you expect to
happen? What happened instead? You say you expected "no indent at
all." What do you mean by this? Vim automatically indents new lines
when you expect them to have no indent whatsoever? Vim automatically
keeps the same indent level as the previous line? You open the file
and nothing has changed in the file? What?

The four options I gave you are the four options that affect when and
how much lines are indented. What are they set to? Do you turn them
all off in your indent plugin?

No, I did not try this on my own box. However, with no filetype
whatsoever loaded (which should be the same as an empty indent
plugin), indentation works exactly as I expect. I can add indent
manually, but Vim automatically starts each new line with no indent at
all.

-- 
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

Reply via email to