darinpeterson schrieb:
> In the past I have used the search commands:
>
> "[[" to jump to the top of a file and
>
> "]]" to jump to the bottom of the file.
>
> The behavior when I type the search strings quickly is "E486 Pattern
> not found:..." When I type the string SLOWLY it appears to work as it
> has in the past.
>
> Has anyone else experienced this problem, and is there a known fix?
It is normal that filetype plugins remap these keys. You can check what
:verb map ]]
tells you, for example (here on a file with ft=vim):
v ]] *...@m':<C-U>exe "normal! gv"|call search('^\s*fu\%[nction]\>',
"W")<CR>
Last set from [...]\vim\vim71\ftplugin\vim.vim
n ]] *...@m':call search('^\s*fu\%[nction]\>', "W")<CR>
Last set from [...]\vim\vim71\ftplugin\vim.vim
--
Andy
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---