Hi all,
  is anybody interesting with integration Vim and SAP environment? I really 
like using Vim as ABAP editor, but ... I need to know more about Vim to try 
closer integration.
I'll try to explain some steps, please answer, if Vim can do such things:

A: double-click at <word> does:
1) if <word> is variable name, jumps to its definition
2) if <word> is form/procedure/macro/function name, jumps to its definition.
In both cases: if definition is outside opened source code, vim has to inform 
system about it (I just do not know how it works, but assume it can be done), 
new source file will be prepared (by SAP system) to Vim and Vim shold open new 
file and move cursor to appropriate position in this file. As a benefit - if 
user is not allowed to edit new file, it should be opened in read-only mode 
(this information has to be trasferred from SAP system).
I think, that if no double-click can be reassigned, it will be fine to choose 
any other key, e.g. F2 for this functionality

B: help (F1)
- when cursor stays on keyword, just send info to SAP, it creates its own 
window with specified help. I think that it can be done via some macro, is it?


Thank you for your answers,
Pavel

-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Reply via email to