Skip to content

Commit

Permalink
Add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
ntnn committed Apr 24, 2016
1 parent c66bcbd commit 8aba078
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions autoload/diction.vim
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ function s:parse_line(line) abort
call s:log('Next open: ' . nextopen . ' close: ' . nextclose)

let [cur_lnum, cur_col] = s:calculate_lnumcol(file, cur_lnum, cur_col, nextopen)
" TODO: Some annotations are extremely long. Make those
" multiline
call add(ret, printf("%s:%d:%d:%s",
\ file, cur_lnum, cur_col, lines[nextopen:nextclose]))

Expand Down

0 comments on commit 8aba078

Please sign in to comment.