junegunn / vim-peekaboo

:eyes: " / @ / CTRL-R
1.13k stars 39 forks source link

relativenumber needs to be disabled in the peekaboo window #7

Closed michaelwookey closed 9 years ago

michaelwookey commented 9 years ago

Currently nonumber is set to disable line numbers, however if relativenumber is normally set then the peekaboo window will contain numbers.

Adding norelativenumber to the set of local buffer options fixes this.

junegunn commented 9 years ago

Fixed. Thanks!