On Monday, July 8, 2013 5:39:55 AM UTC-5, [email protected] wrote:
> Hi
> 
> 
> The reason why I've wrote this report simple is that the bug had found
> when I've simply updated vim from 7.3.x to 7.4a. 
> 
> 
> All the mappings, which I wrote in my .vimrc file, seems not working at all.
> 
> 

Mappings in general definitely work in 7.4. This is a VERY basic feature and 
7.4 has been under development for months. Somebody would have noticed if they 
stopped working at all.

> 
> Try following mapping on your vim.
> 
> 
> map <F7> :exe "e " test.txt"<CR>
> 
> 
> Write this line on your .vimrc and start vim/gvim with NO option.
> 
> 

This mapping is faulty. You have an unbalanced number of parentheses, resulting 
in the final <CR> being commented out.

> 
> Then push <F7> key on your PC.
> 
> 
> This mapping will start editing blank test.txt file with version 7.3.x but 
> 7.4a.x.
> 
> 

In 7.3.822, when I press <F7> with this mapping, I get:

E121: Undefined variable: test
E15: Invalid expression: test.txt"

So, I suspect you have a typo in your example mapping. Do you have an actual 
mapping that used to work, and no longer works?

-- 
-- 
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

--- 
You received this message because you are subscribed to the Google Groups 
"vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to