Skip to content

Commit

Permalink
Merge pull request zah#8 from gradha/disable_silence_invoking_idetools
Browse files Browse the repository at this point in the history
Disables silence when invoking idetools. Refs zah#4.
  • Loading branch information
zah committed Apr 11, 2013
2 parents 4c3f231 + 63d5050 commit 84d07e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/nimrod.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 84d07e0

Please sign in to comment.