How I can swap between buffers in vim when editing a spec rpm file?
Software Specs
Fedora Version: F20
Vim version: VIM - Vi IMproved 7.4
Additional plugins installed: none
Normally when I edit any file in vim and I want swap between buffers i use
:bnext
or :b1
and I can swap between buffers successfully
But when I editing a rpm spec file I receive the following error.
An error was detected while processing /usr/share/vim/vim74/ftplugin/spec.vim:
E227: mapping already exists for <80><fd>SSpecChangelog
if the mapping for spec.vim is
<LocalLeader>-c
which is the same (\c)
What i doing wrong?
Note: I don't have any additional plugins installed on my vim installation