Too many Tabs with Python Code

Bug #1265112 reported by James Pace
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
UltiSnips
Invalid
Undecided
Unassigned

Bug Description

When using the UltiSnips, the automatically placed code bodies are tabbed too many times over. For example:

I type in:
for<tab>

Output:
for item in iterable:
<tab><tab>pass

Expected Output:
for item in iterable:
<tab>pass

This problem doesn't happen when editing, for example, C code.

Relevant piece of vimrc:
set autoindent
set tabstop=4
set backspace=indent,eol,start

I'm also using supertab.

Revision history for this message
SirVer (sirver) wrote :

Cannot reproduce and the snippet is correct: https://github.com/SirVer/ultisnips/blob/master/UltiSnips/python.snippets#L18

check also
set expandtab
set sts
set sw

I guess the problem lays in inconsistent configurations with those.

Changed in ultisnips:
status: New → Incomplete
Revision history for this message
James Pace (pacejimmy) wrote :

I needed to add 'set sw=4' to my configuration. Thank you for your help and sorry for the inconvenience.

I'll mark this as invalid if that's ok since it was an error with my configuration and Ultisnips was working fine.

Revision history for this message
James Pace (pacejimmy) wrote :

Error was in user's configuration.

Changed in ultisnips:
status: Incomplete → Invalid
Revision history for this message
SirVer (sirver) wrote :

no worries. glad that it was sorted out.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.