hello everyone,
i want to pass some user input variable to some external command, for
example,
map <C-F2> <ESC>:let name=input("name: ")\| !gcc -o name % <CR>i want to map a short cut to complie a single file, and the executable file name is from user input in VIM, thank you for help! -- 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
