vim-pep8 icon indicating copy to clipboard operation
vim-pep8 copied to clipboard

Mapping test fails and mapping still occurs

Open unode opened this issue 13 years ago • 0 comments

This issue is present as of commit 90c2194fd509cacf483b7c5c683788c8f32d6087

In my .vimrc I have: au FileType python noremap <F3> :call Pep8()<CR> au FileType python noremap! <F3> <Esc>:call Pep8()<CR> and also: nm <F6> :TaskList<CR> But regardless of these mappings, F6 is still set to run Pep8(). In the end I end up having both F3 and F6 set to Pep8().

unode avatar Mar 04 '11 18:03 unode