Tagged Questions
1
vote
1answer
382 views
Syntastic in Vim claims function might fail to return
EDIT: Syntastic is configured to use JSLint
EDIT2: I am using JavascriptLint, not JSLint
On the below code syntastic warns function inside does not always return a value
function(){
switch(age){
...
6
votes
1answer
3k views
Syntastic for Vim: What are the required lines in ~/.vimrc? (PHP error checking)
I find the documents frustrating. What are the basic lines I need to add to my config file to get it working?