Revert "Don't save the sign ID on loclist items. This approach won't work."

This reverts commit f25a543260.
This commit is contained in:
w0rp
2017-03-12 22:34:32 +00:00
parent f25a543260
commit 382e569f66
2 changed files with 11 additions and 1 deletions

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,
\ }
\]