Disables silence when invoking idetools. Refs #4.
After some time editing with the "silent!" bit removed everything seems to work fine, so maybe the silencing was done when there was no error log.
This commit is contained in:
parent
4c3f2313b0
commit
63d5050ca0
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ fun! GotoDefinition_nimrod()
|
|||
let defBits = split(rawDef, '\t')
|
||||
let file = defBits[4]
|
||||
let line = defBits[5]
|
||||
exe printf("silent! e +%d %s", line, file)
|
||||
exe printf("e +%d %s", line, file)
|
||||
return 1
|
||||
endf
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue