vim-patch:8.1.0401: can't get swap name of another buffer

Problem:    Can't get swap name of another buffer.
Solution:   Add swapname(). (Ozaki Kiichi, closes vim/vim#3441)
110bd60985
This commit is contained in:
Justin M. Keyes
2019-04-29 19:39:18 +02:00
parent 035a41c218
commit 04f0bc97b7
4 changed files with 52 additions and 4 deletions

View File

@@ -302,6 +302,7 @@ return {
submatch={args={1, 2}},
substitute={args=4},
swapinfo={args={1}},
swapname={args={1}},
synID={args=3},
synIDattr={args={2, 3}},
synIDtrans={args=1},