Bug#437462: vim: patch 7.1.038 about preseveindent breaks python indentation

2007-08-12 Thread Adeodato Simó
Package: vim Version: 1:7.1-056+2 Severity: normal Tags: upstream Hello. Consider the following python file: -- def function(): other_function(arg1, arg2, arg3, -- With 7.1-022, both with preseveindent on and off, if you go to arg3 and press "o", a new line is created and the indent is adju

Bug#437462: vim: patch 7.1.038 about preseveindent breaks python indentation

2007-08-14 Thread James Vega
On Sun, Aug 12, 2007 at 06:58:49PM +0200, Adeodato Simó wrote: > Consider the following python file: > > -- > def function(): > other_function(arg1, arg2, arg3, > -- > > With 7.1-022, both with preseveindent on and off, if you go to arg3 and > press "o", a new line is created and the indent i

Bug#437462: vim: patch 7.1.038 about preseveindent breaks python indentation

2007-10-04 Thread Adeodato Simó
* James Vega [Tue, 14 Aug 2007 10:52:25 -0400]: > Could you post the values for your 'expandtab', 'shiftwidth', > 'softtabstop', 'tabstop', 'autoindent', 'smartindent' and 'cindent' > options as well as the output of the ":filetype" command? expandtab shiftwidth=4 softtabstop=0 tabstop=8