Bug 318111

Summary: Strips whitespace by default when editing .c files
Product: [Fedora] Fedora Reporter: Kjartan Maraas <kmaraas>
Component: vimAssignee: Karsten Hopp <karsten>
Status: CLOSED WORKSFORME QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-04-07 12:53:23 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 Kjartan Maraas 2007-10-04 11:55:49 UTC
Description of problem:

I tried editing gnome-app-helper.c in libgnomeui and saw that vim stripped a lot
of trailing whitespace behind my back. Didn't notice this until I saw in my
ChangeLog file that it had touched a bunch of functions that I knew I hadn't
changed myself. Has been this way for a while IIRC.

Tried with -u NONE -U NONE as well and that didn't make a difference.

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Karsten Hopp 2008-04-07 11:44:34 UTC
which vim version was that ? I'm currently using 7.1.291-1.fc9 and can't reproduce
this in vim or gvim.
Please close this report if you've updated vim in the meantime and this
behaviour isn't reproducable anymore.

Comment 2 Kjartan Maraas 2008-04-07 12:53:23 UTC
Looks like it has been fixed. Thanks.