]> git.pld-linux.org Git - packages/vim-plugin-coc.git/blobdiff - vim-plugin-coc.spec
upstream fix for "E1208: -complete used without allowing arguments"; rel 2
[packages/vim-plugin-coc.git] / vim-plugin-coc.spec
index 2fc972b6b7e0d0e0b9c2b1542401a4afdedc53d0..8d67cff83e6dc5716303c7c3e8ddc4611541180d 100644 (file)
@@ -2,11 +2,12 @@
 Summary:       Vim plugin: Intellisense engine, full language server protocol support as VSCode
 Name:          vim-plugin-%{plugin}
 Version:       0.0.80
-Release:       1
+Release:       2
 License:       MIT
 Group:         Applications/Editors/Vim
 Source0:       https://github.com/neoclide/coc.nvim/archive/v%{version}/coc.nvim-%{version}.tar.gz
 # Source0-md5: f95c0a917d46d8c0ffa85dd6f5a93a98
+Patch0:                3211.patch
 URL:           https://github.com/neoclide/coc.nvim/
 Requires:      nodejs >= 10.12
 Requires:      vim-rt >= 4:8
@@ -39,6 +40,7 @@ Documentation for coc Vim plugin.
 
 %prep
 %setup -qn coc.nvim-%{version}
+%patch0 -p1
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.076891 seconds and 4 git commands to generate.