summaryrefslogtreecommitdiffstats
path: root/README-VIM.md
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2020-12-31 19:08:21 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2020-12-31 19:12:57 +0900
commit6e93eefc82d8fb749e97d094e6ad6fbbe09d289b (patch)
tree59bccf12c5eca98e674b4d19c67a75fdceb7102a /README-VIM.md
parent38fca3012512b611e357188ea1780eb965e39a42 (diff)
Update vimdoc
Diffstat (limited to 'README-VIM.md')
-rw-r--r--README-VIM.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/README-VIM.md b/README-VIM.md
index a1006b8a..ea588bbe 100644
--- a/README-VIM.md
+++ b/README-VIM.md
@@ -406,7 +406,6 @@ The latest versions of Vim and Neovim include builtin terminal emulator
" Optional:
" - xoffset [float default 0.5 range [0 ~ 1]]
" - yoffset [float default 0.5 range [0 ~ 1]]
-" - highlight [string default 'Comment']: Highlight group for border
" - border [string default 'rounded']: Border style
" - 'rounded' / 'sharp' / 'horizontal' / 'vertical' / 'top' / 'bottom' / 'left' / 'right'
let g:fzf_layout = { 'window': { 'width': 0.9, 'height': 0.6 } }