Skip to content

Instantly share code, notes, and snippets.

@brandonio21
Created April 25, 2018 05:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brandonio21/6aeb1902b87ec05ebc59647fb003bf95 to your computer and use it in GitHub Desktop.
Save brandonio21/6aeb1902b87ec05ebc59647fb003bf95 to your computer and use it in GitHub Desktop.
function! SplitTargets()
let tp = findfile("TARGETS", ".;")
if tp == ""
echo "TARGETS Not Found"
else
exe "split " . tp
endif
endfunction
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment