redpen: support end_lnum and end_col if possible

This commit is contained in:
rhysd
2017-11-16 19:28:30 +09:00
parent c9c52ef370
commit f1314b285c
2 changed files with 18 additions and 13 deletions

View File

@@ -10,6 +10,8 @@ Execute(redpen handler should handle errors output):
\ {
\ 'lnum': 1,
\ 'col': 9,
\ 'end_lnum': 1,
\ 'end_col': 15,
\ 'text': 'Found possibly misspelled word "plugin". (Spelling)',
\ 'type': 'W',
\ },