Skip to content

vim-scripts/php_localvarcheck.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

This is a mirror of http://www.vim.org/scripts/script.php?script_id=2803

function example($unused) {
  echo $unassigned;
}

$unused and $unassigned are highlighted when the cursor is in example().

About

highlight unused/unassigned local variable

Resources

Stars

Watchers

Forks

Packages

No packages published