summaryrefslogtreecommitdiffstats
path: root/README-VIM.md
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2017-09-07 12:42:23 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2017-09-07 12:42:40 +0900
commita8deca2dd92742b7e37783fd5629bef701d236ed (patch)
tree33f49c4954bb639a83fc9aa3500c4eb682262de4 /README-VIM.md
parenta78ade1771d2c2c41704547eaa81cbc653175e22 (diff)
[vim] Update README-VIM: fzf can run inside GVim
Diffstat (limited to 'README-VIM.md')
-rw-r--r--README-VIM.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/README-VIM.md b/README-VIM.md
index 385712f7..3c8bab0e 100644
--- a/README-VIM.md
+++ b/README-VIM.md
@@ -145,8 +145,13 @@ command! -bang MyStuff
GVim
----
-In GVim, you need an external terminal emulator to start fzf with. `xterm`
-command is used by default, but you can customize it with `g:fzf_launcher`.
+With the latest version of GVim, fzf will start inside the builtin terminal
+emulator of Vim. Please note that this terminal feature of Vim is still young
+and unstable and you may run into some issues.
+
+If you have an older version of GVim, you need an external terminal emulator
+to start fzf with. `xterm` command is used by default, but you can customize
+it with `g:fzf_launcher`.
```vim
" This is the default. %s is replaced with fzf command