#333 Save sign IDs back on loclist items, and make it possible to get line numbers again

This commit is contained in:
w0rp
2017-03-11 20:33:29 +00:00
parent ca78e4c150
commit 4bf6784d7d
4 changed files with 53 additions and 50 deletions
+2
View File
@@ -13,6 +13,7 @@ Before:
\ 'type': 'W',
\ 'col': 10,
\ 'text': 'Infix operators must be spaced. [Warning/space-infix-ops]',
\ 'sign_id': 1000001,
\ },
\ {
\ 'lnum': 2,
@@ -23,6 +24,7 @@ Before:
\ 'type': 'E',
\ 'col': 10,
\ 'text': 'Missing semicolon. [Error/semi]',
\ 'sign_id': 1000002,
\ }
\]