remove duplicate
This commit is contained in:
parent
6792e7789b
commit
c080bc9da8
1 changed files with 0 additions and 12 deletions
|
|
@ -1,12 +0,0 @@
|
||||||
vim.g.clipboard = {
|
|
||||||
name = "win32yank",
|
|
||||||
copy = {
|
|
||||||
['+'] = "win32yank.exe -i --crlf",
|
|
||||||
['*'] = "win32yank.exe -i --crlf",
|
|
||||||
},
|
|
||||||
paste = {
|
|
||||||
['+'] = "win32yank.exe -o --lf",
|
|
||||||
['*'] = "win32yank.exe -o --lf",
|
|
||||||
},
|
|
||||||
cache_enabled = 0,
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue