Merge pull request #8 from gradha/disable_silence_invoking_idetools
Disables silence when invoking idetools. Refs #4.
This commit is contained in:
commit
84d07e0209
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