A distribution of vim plugins and resources for Vim, Gvim and MacVim.It allows to use VIM for development on Windows, Linux, and Mac.
Questions tagged [spf13vim]
29 questions
0
votes
1 answer
What does "[I:let nr " mean?
I'm using spf-13 to config my vim. And I find a keymap like this:
nmap ff [I:let nr = input("Which one: ")exe "normal " . nr ."[\t"
After try and search, I still can't find what does [I and [\t mean.

杜智超
- 577
- 1
- 4
- 11
0
votes
2 answers
Remove tab dots from vim indentation/tabs
I am using spf13-vim and whenever I press tab, I get these dots. They are there even when I press space.
How I can remove these dots. I want the indentation to happen but without dots. I searched a lot on the web but there is no information…

Naveen
- 7,944
- 12
- 78
- 165
0
votes
0 answers
VIM and SPF13 Configuration
I'm new to VIM and have been forcing myself to use it since every hardcore dev I know swears by it. I've been just doing my own thing and using vanilla vim with some syntax highlighting and things like that. It was recommended that I try SPF13 and…

chrisjnas
- 99
- 10
0
votes
0 answers
(Mac)Vim: when opening a file, Vim shows the file name and Press ENTER to continue
When entering vim by opening a file directly, I get the text shown below - which is (in this case, duplicated) text showing the name of the file with a message saying "Press ENTER or type command to continue". I'm using SPF-13, and not sure what…

Mr Mikkél
- 2,577
- 4
- 34
- 52
0
votes
2 answers
Spf13 VIM: Not to eat up tabs on empty lines on save
The wanted behavior for many on Spf13 VIM is to eat up any whitespace or tabs on an empty line. I am working on an existing project, and I've got a lot of these changes in the change log:
How can I stop Spf13 VIM from deleting these tabs on empty…

dan-klasson
- 13,734
- 14
- 63
- 101
0
votes
1 answer
spf13 and omnisharp (vim)
I am using spf13 and I want to use omnisharp so I installed (and build) it as explained. Now I donrt how to integrate it with spf13.
It seems there already are something which handle "omni completion" but I also want issue tracker.
spf13 .vimrc:
…

Katsu
- 1,868
- 4
- 19
- 28
0
votes
1 answer
Vim on Windows not loading RTP
I'm trying to install spf13-vim (a bunch of plugins) on Windows for using gVim, and I'm having trouble since the plugins (vimfiles) separately from my $HOME. Because of this, I've installed the plugins to another directory (C:\Users\myuser) where…

veor
- 993
- 2
- 8
- 17
0
votes
1 answer
What to do when vim syntax folding fails altogether?
I had folding just stop working in my Python sources... without a rhyme or reason. The fix was't immediately obvious and I did not find an answer on SO... I'm using spf13vim and I have tried set foldmethod=indent six ways to Sunday and no dice...…

4Z4T4R
- 2,340
- 2
- 26
- 45
0
votes
2 answers
Questions about installing spf13-vim on Windows
i didn't know anything about vim untill yesterday except it's a text editor and today i installed gvim74 on my PC. i have git installed and and i created curl.cmd and verified via command line. but i didn't run spf13-vim-windows-install.cmd yet.
my…

hullabaloon
- 654
- 2
- 7
- 17
0
votes
1 answer
why is vim highlighting certain text on OS X Mavericks (spf13vim)?
I just installed Steve Francia's "Ultimate Vim Distribution" on a fresh copy of OS X Mavericks, and I'm having some difficulty with getting the color scheme to work properly in Vim. The problem is that certain text is being highlighted (the…

Hristo
- 45,559
- 65
- 163
- 230
-1
votes
1 answer
What is the .vimviews folder? Is it safe to delete it?
I don't know what creates this folder.
Can I delete it?

Fractale
- 1,503
- 3
- 19
- 34
-1
votes
1 answer
OmniSharp Error E216
I have installed omnisharp after spf13. I copied/paste script example vimrc to my .vimrc.local.
After launching vim I get the following error:
Error detected while processing C:\Users\...\_vimrc:
line 59:
E216: No such group or event:…

Katsu
- 1,868
- 4
- 19
- 28
-2
votes
1 answer
Vim(spf13) auto debug when save
Vim "spf13" offer a plug-in that when you try to save the file in vim (:w), it will show all compile error on left(by red arrow). For example, when I open a ".cc" file and try to save it(:w), the vim will show all error information same as when you…

Boyuan Wang
- 57
- 11
-3
votes
1 answer
Vim always asks for password
I just installed the spf13 plugin suite and now whenever I try to save a new file it asks me for a password:
This appears about a second after I type :w. What is going on and how can I fix it?

Nosrettap
- 10,940
- 23
- 85
- 140