inside / vim-search-pulse

Easily locate the cursor after a search
127 stars 8 forks source link

fix: patterns with ^ and $ are not pulsed #4

Closed justinmk closed 9 years ago

inside commented 9 years ago

Great fix, thank you.

I noticed the $ makes sense with line and column search, so I did some simplification in this commit: e27c884fac88a325e9a7f3218cb287fdbe8b897a

And also did some coding style details.

Regards, Yann