Dewdrops / SearchComplete

Tab completion of words inside of a search ('/')

Home Page:http://www.vim.org/scripts/script.php?script_id=474

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a mirror of http://www.vim.org/scripts/script.php?script_id=474

Call me lazy but I wanted to be able to tab-complete words while typing in a search and I have always been up to a challange. After learning a lot more about vim and key mapping then I ever knew before, this is the result, working tab completion inside a search.

Some Fix

  1. Only bind / in normal mode

  2. Also support complete in backward search (?)

About

Tab completion of words inside of a search ('/')

http://www.vim.org/scripts/script.php?script_id=474


Languages

Language:Vim Script 100.0%