Why: Apparently, you cannot use
:if v:version >= 700
:for something
...
:endfor
:endif
the :endfor and :for trigger errors.
Fix: For now, just remove this code from latex-suite since there is a new
release purely for vim7 coming up.
using FB_Strntok() to get the i^th line of glob('*'), iterate using
stridx(). This makes the time required by FB_OpenFileBrowser() to list
the files in C:/WINDOWS/system32 reduce from 104 seconds to 1 second.
If v:version >= 700, then we can directly use Vim's inbuilt list and
split() functions. This makes the time go to 0.6 seconds.
commands to do the following:
1. change the EOL style of all vim files to be just LF.
2. changed the mime-type of all files to text/plain
3. removed the executable flag on all files.
This should hopefully make the repo look better on all platforms etc.