Document variable types.

This commit is contained in:
Andy Stewart
2014-02-04 12:50:21 +01:00
parent 84cb4b8b9d
commit 43ae99b3d0
2 changed files with 7 additions and 5 deletions

View File

@@ -72,6 +72,7 @@ function! diff#process_hunks(hunks)
return modified_lines
endfunction
" Returns [ [<line_number (number)>, <name (string)>], ...]
function! diff#process_hunk(hunk)
let modifications = []
let from_line = a:hunk[0]