On Jan 6, 3:53 pm, statquant2 <[email protected]> wrote:
>
> 2. in ~/.vim/indent I created a q.vim file :
> if exists("b:did_q_indent")
>     finish
> endif
> let b:did_q_indent= 1
>
> => The problem is that it is not working at all, I expect to see no
> indentation at all, but clearly this is not working.
> Could you help me by any chance ?
>

You would need to explicitly turn off any existing indent. Options of
interest:

indentexpr
autoindent
smartindent
cindent

Additionally, make sure that "filetype indent on" or "filetype indent
plugin on" is in your .vimrc.

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