This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

gVim/Vim support in uVision3?

Hi there,

I was wondering if by any chance there is some kind of support to integrate Vim or gVim with the uVision3 IDE. You can do it with VS using the VisVim DLL, but I wonder if this could somehow be reused for uVision3?

Any insight appreciated!

Thanks in advance,

Carles

Parents
  • "how to integrate the KEIL compiler ... with an external IDE/Editor using command-line tools?"

    Note that the Keil Compiler (and Linker, etc) is not "in" uVision - they are entirely separate, command-line tools.

    The respective tool manuals document the command-line interface.

    So what you really need is the Vim documentation which describes how to integrate any arbitrary command-line tool into Vim...

Reply
  • "how to integrate the KEIL compiler ... with an external IDE/Editor using command-line tools?"

    Note that the Keil Compiler (and Linker, etc) is not "in" uVision - they are entirely separate, command-line tools.

    The respective tool manuals document the command-line interface.

    So what you really need is the Vim documentation which describes how to integrate any arbitrary command-line tool into Vim...

Children