diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2010-02-20 14:31:41 +0100 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2010-02-20 14:33:30 +0100 |
commit | 54a31f26cbb3aea91d09106022f479a67b8bf993 (patch) | |
tree | d6f8626507b2c520ac9e1fb31e0c2de19154103e | |
parent | 3ee20750c95823032a7c39870470b3009d12db6a (diff) | |
download | dotfiles-54a31f26cbb3aea91d09106022f479a67b8bf993.tar.gz dotfiles-54a31f26cbb3aea91d09106022f479a67b8bf993.tar.bz2 dotfiles-54a31f26cbb3aea91d09106022f479a67b8bf993.zip |
Update popups value to the new syntax in vimperator 2.2
Diffstat (limited to '')
-rw-r--r-- | .vimperatorrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.vimperatorrc b/.vimperatorrc index e60ca7f..457dd1a 100644 --- a/.vimperatorrc +++ b/.vimperatorrc @@ -1,5 +1,5 @@ set guioptions+=T -set popups=2 +set popups=resized set wildoptions=auto set complete=slf |