yaifa : Yet another indent finder, almost...
script karma |
Rating 71/23,
Downloaded by 3173 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Israel Chauca Fuentes |
|
script type |
utility |
|
description |
This plug-in will try to detect the kind of indentation used in your file and
set the indenting options to the appropriate values. It recognizes the
following types of indentation:
1. Space: Only spaces are used to indent.
2. Tab: Only tabs are used.
3. Mixed: A combination of tabs and space is used. e.g.: a tab stands for 8
spaces, but each indentation level is 4 spaces.
In order to guess the indentation of the buffer, it looks for increments in
the indentation level and into the involved lines to see the type of
indentation and the number of spaces of the change. The type of indentation
with the most lines is used to set the options.
If Yaifa ever guesses wrong indentation, send me immediately a mail, if
possible with the offending file, or open an issue on GitHub.
This script started as a port to VimL from Philippe Fremy's Python script
Indent Finder (vimscript#513), hence the "Almost" part of the name. |
|
install details |
Extract the files under ~/.vim |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 142.132.191.50
|