Bug 72980
Summary: | cindent being ignored from .vimrc | ||
---|---|---|---|
Product: | [Retired] Red Hat Raw Hide | Reporter: | Steve Fox <steve> |
Component: | vim | Assignee: | Karsten Hopp <karsten> |
Status: | CLOSED RAWHIDE | QA Contact: | David Lawrence <dkl> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 1.0 | ||
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i386 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2003-10-27 12:19:12 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Steve Fox
2002-08-29 17:32:49 UTC
This works for me. - Did you start the editor with 'vi' or 'vim' ? - is 'vi' an alias to vim ? 'type vi' ? /bin/vi is a stripped-down version of vim and doesn't support all the fancy options. Please make sure that you use /usr/bin/vim This happens for either 'vi' (alias to vim, see below), or im gvim. I had thought that I tested this with some C source, but apparently that is working now. However, my main concern is that this doesn't work in PHP mode. Note that it *does* work if you manually type :set cindent in the editor. I have verified that this work with Mandrake Linux 9, which uses the same php.vim file from http://www.isp.de/data/php.vim dated 2002 Mar 11. $ which vi alias vi='vim' /usr/bin/vim |