Watchers

python_ifold

Improved version of python_fold. Uses folding expression for python code.

  • Script id: 2002
  • Author: Jean-Pierre Chauvel
  • Latest version: 2.9
  • Release date: 2008-04-20
  • Release notes:
    - Code refactoring and small fixes.
    - There's a new experimental engine for testing purposes. I did a regression from version 2.8.4 to 2.8.3.6 to the code, moving the enhancement you usually found in 2.8.4 to the experimental engine. It'll stay in this state until I fix some minor bugs. If you wish to continue using the "signature" enhancement, you need to put this in your vimrc:
    let g:ifold_mode=2
    - The globals g:ifold_support_markers, g:ifold_show_text, and g:ifold_accuracy were deleted and their respective functionality was replaced with the global g:ifold_mode when its value is 1 ore greater.