Explain X selection problem in Known Issues
Closes jamessan/vim-gnupg#36 Signed-off-by: James McCoy <vega.james@gmail.com>
This commit is contained in:
parent
ccdf455426
commit
bdf632d370
@ -1,5 +1,5 @@
|
|||||||
" Name: gnupg.vim
|
" Name: gnupg.vim
|
||||||
" Last Change: 2015 Nov 04
|
" Last Change: 2015 Dec 04
|
||||||
" Maintainer: James McCoy <vega.james@gmail.com>
|
" Maintainer: James McCoy <vega.james@gmail.com>
|
||||||
" Original Author: Markus Braun <markus.braun@krawel.de>
|
" Original Author: Markus Braun <markus.braun@krawel.de>
|
||||||
" Summary: Vim plugin for transparent editing of gpg encrypted files.
|
" Summary: Vim plugin for transparent editing of gpg encrypted files.
|
||||||
@ -144,6 +144,13 @@
|
|||||||
" you will get a popup window the first time you open a file that
|
" you will get a popup window the first time you open a file that
|
||||||
" needs to be decrypted.
|
" needs to be decrypted.
|
||||||
"
|
"
|
||||||
|
" If you're using Vim <7.4.959, after the plugin runs any external command,
|
||||||
|
" Vim will no longer be able to yank to/paste from the X clipboard or
|
||||||
|
" primary selections. This is caused by a workaround for a different bug
|
||||||
|
" where Vim no longer recognizes the key codes for keys such as the arrow
|
||||||
|
" keys after running GnuPG. See the discussion at
|
||||||
|
" https://github.com/jamessan/vim-gnupg/issues/36 for more details.
|
||||||
|
"
|
||||||
" Credits: {{{2
|
" Credits: {{{2
|
||||||
"
|
"
|
||||||
" - Mathieu Clabaut for inspirations through his vimspell.vim script.
|
" - Mathieu Clabaut for inspirations through his vimspell.vim script.
|
||||||
|
Loading…
Reference in New Issue
Block a user