Coder Social home page Coder Social logo

vim-python-ftplugin's People

Contributors

tarmack avatar xolox avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

joshuachi yggdr jean

vim-python-ftplugin's Issues

Incorrect folding after multiline imports

Consider the following example:

import bar
from baz import (aaaaaaaaaaaaaaaaaaaaa, bbbbbbbbbbbbbbbbbbbbb,
                 ccccccccccccccccccccc, ddddddddddddddddddddd)
from foo1 import bar1
from foo2 import bar2

A fold will be inserted after the "long" import line, folding the foo1 and foo2 imports together, for (I believe) no good reason.

code folding

code folding does not work. maybe some missed in documentation?

my configuration:

let g:python_check_syntax=0
let g:python_auto_complete_modules=0
let g:python_auto_complete_variables=1

let g:python_syntax_fold=1
let g:python_fold_strings=1
let g:python_docstring_in_foldtext=1
let g:python_decorators_in_foldtext=1
let g:python_decorator_labels=1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.