Skip to content

Commit

Permalink
Use full path for sketch name
Browse files Browse the repository at this point in the history
  • Loading branch information
tclem committed Jun 20, 2012
1 parent ac43102 commit 967cdfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/vim-arduino.vim
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ endfunction
" Returns the filename of the current buffer if it is a *.pde file. Otherwise
" empty string.
function! s:CheckFile()
let l:f_name = bufname("%")
let l:f_name = expand('%:p')
if l:f_name =~ '.pde$'
return l:f_name
elseif l:f_name =~ '.ino$'
Expand Down

0 comments on commit 967cdfc

Please sign in to comment.