Effectively, yes that is what I was doing. This is what I have in my
'~/.vim/indent/sh.vim' as of now:

if !exists("b:sh_indent_options")
  let b:sh_indent_options = {}
endif

let b:sh_indent_options['case-labels'] = 0

I'd forgotten about this bug report and have since spoken with the Vim
developers about the matter. There was a loss of synchronization in the
help text and 'indent/sh.vim' script functionality. It has since been
remedied in the upstream sources.

Here is a link to relevant message from a vim_use list discussion on issue:
<http://groups.google.com/group/vim_use/msg/d055f98d917a37f1>

Quoting a relevant paragraph from that message:

"The problem is that the latest official release of vim is 7.2 with
no patches.  It is up to anyone building a patched version to
download and apply the patches themselves.  The patches, however, do
not include any updates to the runtime files, so one has to also
download and install the latest runtime files.  That apparently
wasn't done by the folks distributing the vim packages that you and
I have.  That, or the new indent/sh.vim didn't make it into the
runtime repository. "

-- 
Vim documents non-existent indent plugin options
https://bugs.launchpad.net/bugs/479767
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to