text
stringlengths
24
1.04M
metadata
stringlengths
233
497
### File: runtime/compiler/decada.vim "------------------------------------------------------------------------------ " Description: Vim Ada/Dec Ada compiler file " Language: Ada (Dec Ada) " $Id: decada.vim 887 2008-07-08 14:29:01Z krischik $ " Copyright: Copyright (C) 2006 Martin Krischik " Maintain...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/decada.vim", "license": "mit", "size": 1868}
### File: runtime/compiler/dot.vim " Vim compiler file " Compiler: ATT dot " Maintainer: Marcos Macedo <bar4ka@bol.com.br> " Last Change: 2024 March 21 " 2024 Apr 03 by The Vim Project (removed :CompilerSet definition) if exists("current_compiler") finish endif let current_compiler = "dot" CompilerSet makeprg=...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/dot.vim", "license": "mit", "size": 512}
### File: runtime/compiler/dotnet.vim " Vim compiler file " Compiler: dotnet build (.NET CLI) " Maintainer: Nick Jensen <nickspoon@gmail.com> " Last Change: 2022-12-06 " 2024 Apr 03 by The Vim Project (removed :CompilerSet definition) " License: Vim (see :h l...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/dotnet.vim", "license": "mit", "size": 1053}
### File: runtime/compiler/erlang.vim " Vim compiler file " Compiler: Erlang " Maintainer: Dmitry Vasiliev <dima at hlabs dot org> " Last Change: 2019 Jul 23 " 2024 Apr 03 by The Vim Project (removed :CompilerSet definition) if exists("current_compiler") finish endif let current_compiler = "erlang" CompilerSet...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/erlang.vim", "license": "mit", "size": 344}
### File: runtime/compiler/eruby.vim " Vim compiler file " Language: eRuby " Maintainer: Doug Kearns <dougkearns@gmail.com> " URL: https://github.com/vim-ruby/vim-ruby " Release Coordinator: Doug Kearns <dougkearns@gmail.com> " Last Change: 2024 Apr 03 if exists("current_compiler") finish endif let current_comp...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/eruby.vim", "license": "mit", "size": 793}
### File: runtime/compiler/eslint.vim " Vim compiler file " Compiler: ESLint for JavaScript " Maintainer: Romain Lafourcade <romainlafourcade@gmail.com> " Last Change: 2020 August 20 " 2024 Apr 03 by The Vim Project (removed :CompilerSet definition) if exists("current_compiler") finish endif let current_c...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/eslint.vim", "license": "mit", "size": 418}
### File: runtime/compiler/fbc.vim " Vim compiler file " Compiler: FreeBASIC Compiler " Maintainer: Doug Kearns <dougkearns@gmail.com> " Last Change: 2024 Apr 03 if exists("current_compiler") finish endif let current_compiler = "fbc" let s:cpo_save = &cpo set cpo&vim CompilerSet makeprg=fbc CompilerSet errorformat...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/fbc.vim", "license": "mit", "size": 516}
### File: runtime/compiler/fortran_F.vim " Vim compiler file " Compiler: Fortran Company/NAGWare F compiler " URL: http://www.unb.ca/chem/ajit/compiler/fortran_F.vim " Maintainer: Ajit J. Thakkar (ajit AT unb.ca); <http://www.unb.ca/chem/ajit/> " Version: 0.2 " Last Change: 2004 Mar 27 " 2024 Apr 03 by The Vim Projec...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/fortran_F.vim", "license": "mit", "size": 650}
### File: runtime/compiler/fortran_cv.vim " Vim compiler file " Compiler: Compaq Visual Fortran " Maintainer: Joh.-G. Simon (johann-guenter.simon@linde-le.com) " Last Change: 11/05/2002 " 2024 Apr 03 by The Vim Project (removed :CompilerSet definition) if exists("current_compiler") finish endif let current_compiler...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/fortran_cv.vim", "license": "mit", "size": 697}
### File: runtime/compiler/fortran_elf90.vim " Vim compiler file " Compiler: Essential Lahey Fortran 90 " Probably also works for Lahey Fortran 90 " URL: http://www.unb.ca/chem/ajit/compiler/fortran_elf90.vim " Maintainer: Ajit J. Thakkar (ajit AT unb.ca); <http://www.unb.ca/chem/ajit/> " Version: 0.2 " Last Change: ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/fortran_elf90.vim", "license": "mit", "size": 750}
### File: runtime/compiler/fortran_g77.vim " Vim compiler file " Compiler: g77 (GNU Fortran) " Maintainer: Ralf Wildenhues <Ralf.Wildenhues@gmx.de> " Last Change: $Date: 2004/06/13 18:17:36 $ " 2024 Apr 03 by The Vim Project (removed :CompilerSet definition) " $Revision: 1.1 $ if exists("current_compiler") f...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/fortran_g77.vim", "license": "mit", "size": 1097}
### File: runtime/compiler/fortran_lf95.vim " Vim compiler file " Compiler: Lahey/Fujitsu Fortran 95 " URL: http://www.unb.ca/chem/ajit/compiler/fortran_lf95.vim " Maintainer: Ajit J. Thakkar (ajit AT unb.ca); <http://www.unb.ca/chem/ajit/> " Version: 0.2 " Last Change: 2004 Mar 27 " 2024 Apr 03 by The Vim Project (r...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/fortran_lf95.vim", "license": "mit", "size": 631}
### File: runtime/compiler/fpc.vim " Vim compiler file " Compiler: FPC 2.1 " Maintainer: Jaroslaw Blasiok <jaro3000@o2.pl> " Last Change: 2005 October 07 " 2024 Apr 03 by The Vim Project (removed :CompilerSet definition) if exists("current_compiler") finish endif let current_compiler = "fpc" " ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/fpc.vim", "license": "mit", "size": 411}
### File: runtime/compiler/g95.vim " Compiler: G95 " Maintainer: H Xu <xuhdev@gmail.com> " Version: 0.1.3 " Last Change: 2012 Apr 30 " 2024 Apr 03 by The Vim Project (removed :CompilerSet definition) " Homepage: http://www.vim.org/scripts/script.php?script_id=3492 " https://bitbucket.org/xuhdev/c...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/g95.vim", "license": "mit", "size": 637}
### File: runtime/compiler/gawk.vim " Vim compiler file " Compiler: GNU Awk " Maintainer: Doug Kearns <dougkearns@gmail.com> " Last Change: 2024 Apr 03 if exists("current_compiler") finish endif let current_compiler = "gawk" let s:cpo_save = &cpo set cpo&vim CompilerSet makeprg=gawk CompilerSet errorformat=%Z%.awk...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/gawk.vim", "license": "mit", "size": 745}
### File: runtime/compiler/gcc.vim " Vim compiler file " Compiler: GNU C Compiler " Previous Maintainer: Nikolai Weibull <now@bitwi.se> " Last Change: 2010 Oct 14 " changed pattern for entering/leaving directories " by Daniel Hahler, 2019 Jul 12 " added line suggested by Anton Lindqvist 2016 Mar 31 " 2024 Apr...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/gcc.vim", "license": "mit", "size": 1369}
### File: runtime/compiler/gfortran.vim " Compiler: GNU Fortran Compiler " Maintainer: H Xu <xuhdev@gmail.com> " Version: 0.1.3 " Last Change: 2012 Apr 30 " 2024 Apr 03 by The Vim Project (removed :CompilerSet definition) " Homepage: http://www.vim.org/scripts/script.php?script_id=3496 " https://bitbucket.or...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/gfortran.vim", "license": "mit", "size": 619}
### File: runtime/compiler/ghc.vim " Vim compiler file " Compiler: GHC Haskell Compiler " Maintainer: Daniel Campoverde <alx@sillybytes.net> " Latest Revision: 2016-11-29 if exists("current_compiler") finish endif let current_compiler = "ghc" let s:cpo_save = &cpo set cpo&vim CompilerSet errorformat...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/ghc.vim", "license": "mit", "size": 541}
### File: runtime/compiler/gjs.vim " Vim compiler file " Compiler: GJS (Gnome JavaScript Bindings) " Maintainer: Doug Kearns <dougkearns@gmail.com> " Last Change: 2024 Apr 03 if exists("current_compiler") finish endif let current_compiler = "gjs" let s:cpo_save = &cpo set cpo&vim CompilerSet makeprg=gjs CompilerSe...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/gjs.vim", "license": "mit", "size": 443}
### File: runtime/compiler/gm2.vim " Vim compiler file " Compiler: GNU Modula-2 Compiler " Maintainer: Doug Kearns <dougkearns@gmail.com> " Last Change: 2024 Apr 03 if exists("current_compiler") finish endif let current_compiler = "gm2" let s:cpo_save = &cpo set cpo&vim CompilerSet makeprg=gm2 CompilerSet errorfor...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/gm2.vim", "license": "mit", "size": 493}
### File: runtime/compiler/gnat.vim "------------------------------------------------------------------------------ " Description: Vim Ada/GNAT compiler file " Language: Ada (GNAT) " $Id: gnat.vim 887 2008-07-08 14:29:01Z krischik $ " Copyright: Copyright (C) 2006 Martin Krischik " Maintainer: Martin...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/gnat.vim", "license": "mit", "size": 2260}
### File: runtime/compiler/go.vim " Vim compiler file " Compiler: Go " Maintainer: David Barnett (https://github.com/google/vim-ft-go) " Last Change: 2014 Aug 16 " 2024 Apr 05 by The Vim Project (removed :CompilerSet definition) if exists('current_compiler') finish endif let current_compiler = 'go' let...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/go.vim", "license": "mit", "size": 521}
### File: runtime/compiler/haml.vim " Vim compiler file " Compiler: Haml " Maintainer: Tim Pope <vimNOSPAM@tpope.org> " Last Change: 2016 Aug 29 " 2024 Apr 03 by The Vim Project (removed :CompilerSet definition) if exists("current_compiler") finish endif let current_compiler = "haml" let s:cpo_save = &cpo set cpo-...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/haml.vim", "license": "mit", "size": 499}
### File: runtime/compiler/hare.vim " Vim compiler file. " Compiler: Hare " Maintainer: Amelia Clarke <selene@perilune.dev> " Last Change: 2024-05-23 " Upstream: https://git.sr.ht/~sircmpwn/hare.vim if exists('current_compiler') finish endif let current_compiler = 'hare' let s:cpo_save = &cpo set cpo&vim if...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/hare.vim", "license": "mit", "size": 574}
### File: runtime/compiler/hp_acc.vim " Vim compiler file " Compiler: HP aCC " Maintainer: Matthias Ulrich <matthias-ulrich@web.de> " URL: http://www.subhome.de/vim/hp_acc.vim " Last Change: 2012 Apr 30 " 2024 Apr 03 by The Vim Project (removed :CompilerSet definition) " " aCC --version says: "HP ANSI C++ B3...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/hp_acc.vim", "license": "mit", "size": 1000}
### File: runtime/compiler/icc.vim " Vim compiler file " Compiler: icc - Intel C++ " Maintainer: Peter Puck <PtrPck@netscape.net> " Last Change: 2004 Mar 27 " 2024 Apr 03 by The Vim Project (removed :CompilerSet definition) if exists("current_compiler") finish endif let current_compiler = "icc" " I think that Int...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/icc.vim", "license": "mit", "size": 533}
### File: runtime/compiler/icon.vim " Vim compiler file " Compiler: Icon Compiler " Maintainer: Doug Kearns <dougkearns@gmail.com> " Last Change: 2024 Apr 03 if exists("current_compiler") finish endif let current_compiler = "icont" let s:cpo_save = &cpo set cpo&vim CompilerSet makeprg=icont\ -s CompilerSet errorfo...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/icon.vim", "license": "mit", "size": 717}
### File: runtime/compiler/ifort.vim " Compiler: Intel Fortran Compiler " Maintainer: H Xu <xuhdev@gmail.com> " Version: 0.1.1 " Last Change: 2012 Apr 30 " 2024 Apr 03 by The Vim Project (removed :CompilerSet definition) " Homepage: http://www.vim.org/scripts/script.php?script_id=3497 " https://bitbucket.org...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/ifort.vim", "license": "mit", "size": 638}
### File: runtime/compiler/intel.vim " Vim compiler file " Compiler: Intel C++ 7.1 " Maintainer: David Harrison <david_jr@users.sourceforge.net> " Last Change: 2012 Apr 30 " 2024 Apr 03 by The Vim Project (removed :CompilerSet definition) if exists("current_compiler") finish endif let current_compiler = "int...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/intel.vim", "license": "mit", "size": 543}
### File: runtime/compiler/irix5_c.vim " Vim compiler file " Compiler: SGI IRIX 5.3 cc " Maintainer: David Harrison <david_jr@users.sourceforge.net> " Last Change: 2012 Apr 30 " 2024 Apr 03 by The Vim Project (removed :CompilerSet definition) if exists("current_compiler") finish endif let current_compiler = "irix5_...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/irix5_c.vim", "license": "mit", "size": 610}
### File: runtime/compiler/irix5_cpp.vim " Vim compiler file " Compiler: SGI IRIX 5.3 CC or NCC " Maintainer: David Harrison <david_jr@users.sourceforge.net> " Last Change: 2012 Apr 30 " 2024 Apr 03 by The Vim Project (removed :CompilerSet definition) if exists("current_compiler") finish endif let current_compiler ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/irix5_cpp.vim", "license": "mit", "size": 619}
### File: runtime/compiler/javac.vim " Vim compiler file " Compiler: Java Development Kit Compiler " Maintainer: Doug Kearns <dougkearns@gmail.com> " Last Change: 2024 Jun 14 if exists("current_compiler") finish endif let current_compiler = "javac" let s:cpo_save = &cpo set cpo&vim if exists("g:javac_makeprg_param...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/javac.vim", "license": "mit", "size": 583}
### File: runtime/compiler/jest.vim " Vim compiler file " Compiler: Jest " Maintainer: Doug Kearns <dougkearns@gmail.com> " Last Change: 2024 Apr 03 if exists("current_compiler") finish endif let current_compiler = "jest" let s:cpo_save = &cpo set cpo&vim " CompilerSet makeprg=npx\ --no-install\ jest\ --no-colors ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/jest.vim", "license": "mit", "size": 674}
### File: runtime/compiler/jikes.vim " Vim Compiler File " Compiler: Jikes " Maintainer: Dan Sharp <dwsharp at hotmail dot com> " Last Change: 2019 Jul 23 " 2024 Apr 03 by The Vim Project (removed :CompilerSet definition) " URL: http://dwsharp.users.sourceforge.net/vim/compiler if exists("current_compiler") finish...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/jikes.vim", "license": "mit", "size": 470}
### File: runtime/compiler/jjs.vim " Vim compiler file " Compiler: Nashorn Shell " Maintainer: Doug Kearns <dougkearns@gmail.com> " Last Change: 2024 Apr 03 if exists("current_compiler") finish endif let current_compiler = "jjs" let s:cpo_save = &cpo set cpo&vim CompilerSet makeprg=jjs CompilerSet errorformat=%f:%...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/jjs.vim", "license": "mit", "size": 374}
### File: runtime/compiler/jq.vim " Vim compiler file " Compiler: jq " Maintainer: Vito <vito.blog@gmail.com> " Last Change: 2024 Apr 17 " Upstream: https://github.com/vito-c/jq.vim if exists('b:current_compiler') finish endif let b:current_compiler = 'jq' let s:save_cpoptions = &cpoptions set cpoptions&vim if has...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/jq.vim", "license": "mit", "size": 544}
### File: runtime/compiler/jshint.vim " Vim compiler file " Compiler: JSHint " Maintainer: Doug Kearns <dougkearns@gmail.com> " Last Change: 2024 Apr 03 if exists("current_compiler") finish endif let current_compiler = "jshint" let s:cpo_save = &cpo set cpo&vim " CompilerSet makeprg=npx\ jshint\ --verbose Compile...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/jshint.vim", "license": "mit", "size": 437}
### File: runtime/compiler/jsonlint.vim " Vim compiler file " Compiler: JSON Lint " Maintainer: Doug Kearns <dougkearns@gmail.com> " Last Change: 2024 Apr 03 if exists("current_compiler") finish endif let current_compiler = "jsonlint" let s:cpo_save = &cpo set cpo&vim " CompilerSet makeprg=npx\ jsonlint\ --compact...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/jsonlint.vim", "license": "mit", "size": 464}
### File: runtime/compiler/mcs.vim " Vim compiler file " Compiler: Mono C# Compiler " Maintainer: Jarek Sobiecki <harijari@go2.pl> " Contributors: Peter Collingbourne and Enno Nagel " Last Change: 2024 Mar 29 " 2024 Apr 05 by The Vim Project (removed :CompilerSet definition) if exists("current_com...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/mcs.vim", "license": "mit", "size": 983}
### File: runtime/compiler/mips_c.vim " Vim compiler file " Compiler: SGI IRIX 6.5 MIPS C (cc) " Maintainer: David Harrison <david_jr@users.sourceforge.net> " Last Change: 2012 Apr 30 " 2024 Apr 03 by The Vim Project (removed :CompilerSet definition) if exists("current_compiler") finish endif let current_compiler =...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/mips_c.vim", "license": "mit", "size": 639}
### File: runtime/compiler/mipspro_c89.vim " Vim compiler file " Compiler: SGI IRIX 6.5 MIPSPro C (c89) " Maintainer: David Harrison <david_jr@users.sourceforge.net> " Last Change: 2012 Apr 30 " 2024 Apr 03 by The Vim Project (removed :CompilerSet definition) if exists("current_compiler") finish endif let current_c...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/mipspro_c89.vim", "license": "mit", "size": 669}
### File: runtime/compiler/mipspro_cpp.vim " Vim compiler file " Compiler: SGI IRIX 6.5 MIPSPro C++ (CC) " Maintainer: David Harrison <david_jr@users.sourceforge.net> " Last Change: 2012 Apr 30 " 2024 Apr 03 by The Vim Project (removed :CompilerSet definition) if exists("current_compiler") finish endif let current_...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/mipspro_cpp.vim", "license": "mit", "size": 649}
### File: runtime/compiler/modelsim_vcom.vim " Vim Compiler File " Compiler: Modelsim Vcom " Maintainer: Paul Baleme <pbaleme@mail.com> " Contributors: Enno Nagel " Last Change: 2024 Mar 29 " 2024 Apr 03 by The Vim Project (removed :CompilerSet definition) " Thanks to: allanherriman@hotmail.com if exists("current_...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/modelsim_vcom.vim", "license": "mit", "size": 793}
### File: runtime/compiler/msbuild.vim " Vim compiler file " Compiler: Microsoft Visual Studio C# " Maintainer: Chiel ten Brinke (ctje92@gmail.com) " Last Change: 2013 May 13 " 2024 Apr 03 by The Vim Project (removed :CompilerSet definition) if exists("current_compiler") finish endif let current_compiler = "msbuild...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/msbuild.vim", "license": "mit", "size": 477}
### File: runtime/compiler/msvc.vim " Vim compiler file " Compiler: Microsoft Visual C " Maintainer: The Vim Project <https://github.com/vim/vim> " Last Change: 2023 Aug 10 " 2024 Apr 03 by The Vim Project (removed :CompilerSet definition) " Former Maintainer: Bram Moolenaar <Bram@vim.org> if exists("current_compiler...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/msvc.vim", "license": "mit", "size": 427}
### File: runtime/compiler/neato.vim " Vim compiler file " Compiler: ATT neato " Maintainer: Marcos Macedo <bar4ka@bol.com.br> " Last Change: 2024 March 21 " 2024 Apr 03 by The Vim Project (removed :CompilerSet definition) if exists("current_compiler") finish endif let current_compiler = "neato" CompilerSet ma...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/neato.vim", "license": "mit", "size": 518}
### File: runtime/compiler/ocaml.vim " Vim Compiler File " Compiler: ocaml " Maintainer: Markus Mottl <markus.mottl@gmail.com> " URL: https://github.com/ocaml/vim-ocaml " Last Change: " 2024 Apr 03 by The Vim Project (removed :CompilerSet definition) " 2020 Mar 28 - Improved error format (Thom...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/ocaml.vim", "license": "mit", "size": 2041}
### File: runtime/compiler/onsgmls.vim " Vim compiler file " Compiler: onsgmls " Maintainer: Robert Rowsome <rowsome@wam.umd.edu> " Last Change: 2019 Jul 23 " 2024 Apr 03 by The Vim Project (removed :CompilerSet definition) if exists("current_compiler") finish endif let current_compiler = "onsgmls" let s:cpo_save ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/onsgmls.vim", "license": "mit", "size": 453}
### File: runtime/compiler/pandoc.vim " Vim compiler file " Compiler: Pandoc " Maintainer: Konfekt " " Expects output file extension, say `:make html` or `:make pdf`. " Passes additional arguments to pandoc, say `:make html --self-contained`. if exists("current_compiler") finish endif let s:keepcpo = &cpo set...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/pandoc.vim", "license": "mit", "size": 1844}
### File: runtime/compiler/pbx.vim " Vim compiler file " Compiler: Apple Project Builder " Maintainer: Alexander von Below (public@vonBelow.Com) " Last Change: 2004 Mar 27 " 2024 Apr 03 by The Vim Project (removed :CompilerSet definition) if exists("current_compiler") finish endif let current_compiler = "pbx" " T...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/pbx.vim", "license": "mit", "size": 417}
### File: runtime/compiler/perl.vim " Vim compiler file " Compiler: Perl syntax checks (perl -Wc) " Maintainer: vim-perl <vim-perl@googlegroups.com> " Author: Christian J. Robinson <heptite@gmail.com> " Homepage: https://github.com/vim-perl/vim-perl " Bugs/requests: https://github.com/vim-perl/vim-p...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/perl.vim", "license": "mit", "size": 1342}
### File: runtime/compiler/perlcritic.vim " Vim compiler file " Compiler: perlcritic " Maintainer: vim-perl <vim-perl@googlegroups.com> " Author: Doug Kearns <dougkearns@gmail.com> " Homepage: https://github.com/vim-perl/vim-perl " Bugs/requests: https://github.com/vim-perl/vim-perl/issues " License...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/perlcritic.vim", "license": "mit", "size": 740}
### File: runtime/compiler/php.vim " Vim compiler file " Compiler: PHP CLI " Maintainer: Doug Kearns <dougkearns@gmail.com> " Last Change: 2024 Apr 03 if exists("current_compiler") finish endif let current_compiler = "php" let s:cpo_save = &cpo set cpo-=C CompilerSet makeprg=php\ -lq CompilerSet errorformat=%E<b>%...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/php.vim", "license": "mit", "size": 587}
### File: runtime/compiler/pip_compile.vim " the Requirements File Format syntax support for Vim " Version: 1.8.0 " Author: raimon <raimon49@hotmail.com> " Upstream: https://github.com/raimon49/requirements.txt.vim " License: MIT LICENSE " The MIT License (MIT) " " Copyright (c) 2015 raimon " " Permission is hereby gr...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/pip_compile.vim", "license": "mit", "size": 1731}
### File: runtime/compiler/podchecker.vim " Vim compiler file " Compiler: podchecker " Maintainer: vim-perl <vim-perl@googlegroups.com> " Author: Doug Kearns <dougkearns@gmail.com> " Homepage: https://github.com/vim-perl/vim-perl " Bugs/requests: https://github.com/vim-perl/vim-perl/issues " License...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/podchecker.vim", "license": "mit", "size": 802}
### File: runtime/compiler/powershell.vim " Vim compiler file " Compiler: powershell " URL: https://github.com/PProvost/vim-ps1 " Contributors: Enno Nagel " Last Change: 2024 Mar 29 " 2024 Apr 03 by The Vim Project (removed :CompilerSet definition) " 2024 Apr 05 by The Vim Project (avoid leaving behind g:makeprg) if...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/powershell.vim", "license": "mit", "size": 2762}
### File: runtime/compiler/pylint.vim " Vim compiler file " Compiler: Pylint for Python " Maintainer: Daniel Moch <daniel@danielmoch.com> " Last Change: 2016 May 20 " 2024 Apr 03 by The Vim Project (removed :CompilerSet definition) if exists("current_compiler") finish endif let current_compiler = "pylint" Compiler...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/pylint.vim", "license": "mit", "size": 494}
### File: runtime/compiler/pyunit.vim " Vim compiler file " Compiler: Unit testing tool for Python " Maintainer: Max Ischenko <mfi@ukr.net> " Last Change: 2004 Mar 27 " 2024 Apr 03 by The Vim Project (removed :CompilerSet definition) if exists("current_compiler") finish endif let current_compiler = "pyunit" Compil...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/pyunit.vim", "license": "mit", "size": 355}
### File: runtime/compiler/raco.vim " Vim compiler file " Compiler: raco (Racket command-line tools) " Maintainer: D. Ben Knoble <ben.knoble+github@gmail.com> " URL: https://github.com/benknoble/vim-racket " Last Change: 2022 Aug 12 " 2024 Apr 03 by The Vim Project (removed :CompilerSet definition) let...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/raco.vim", "license": "mit", "size": 373}
### File: runtime/compiler/racomake.vim " Vim compiler file " Compiler: raco make (Racket command-line tools) " Maintainer: D. Ben Knoble <ben.knoble+github@gmail.com> " URL: https://github.com/benknoble/vim-racket " Last Change: 2022 Aug 12 " 2024 Apr 03 by The Vim Project (removed :CompilerSet definit...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/racomake.vim", "license": "mit", "size": 395}
### File: runtime/compiler/racosetup.vim " Vim compiler file " Compiler: raco setup (Racket command-line tools) " Maintainer: D. Ben Knoble <ben.knoble+github@gmail.com> " URL: https://github.com/benknoble/vim-racket " Last Change: 2022 Aug 12 " 2024 Apr 03 by The Vim Project (removed :CompilerSet defin...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/racosetup.vim", "license": "mit", "size": 391}
### File: runtime/compiler/racotest.vim " Vim compiler file " Compiler: raco test (Racket command-line tools) " Maintainer: D. Ben Knoble <ben.knoble+github@gmail.com> " URL: https://github.com/benknoble/vim-racket " Last Change: 2022 Aug 12 " 2024 Apr 03 by The Vim Project (removed :CompilerSet definit...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/racotest.vim", "license": "mit", "size": 397}
### File: runtime/compiler/rake.vim " Vim compiler file " Language: Rake " Maintainer: Tim Pope <vimNOSPAM@tpope.org> " URL: https://github.com/vim-ruby/vim-ruby " Release Coordinator: Doug Kearns <dougkearns@gmail.com> " Last Change: 2018 Mar 02 " 2024 Apr 03 by The Vim Project (removed :CompilerSet definition)...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/rake.vim", "license": "mit", "size": 1014}
### File: runtime/compiler/rhino.vim " Vim compiler file " Compiler: Rhino Shell (JavaScript in Java) " Maintainer: Doug Kearns <dougkearns@gmail.com> " Last Change: 2024 Apr 03 if exists("current_compiler") finish endif let current_compiler = "rhino" let s:cpo_save = &cpo set cpo&vim " CompilerSet makeprg=java\ -...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/rhino.vim", "license": "mit", "size": 675}
### File: runtime/compiler/rime_deployer.vim " Vim Compiler File " Language: rime_deployer " Maintainer: Wu, Zhenyu <wuzhenyu@ustc.edu> " URL: https://rime.im " Latest Revision: 2024-04-09 if exists('b:current_compiler') finish endif let b:current_compiler = 'rime_deployer...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/rime_deployer.vim", "license": "mit", "size": 848}
### File: runtime/compiler/rspec.vim " Vim compiler file " Language: RSpec " Maintainer: Tim Pope <vimNOSPAM@tpope.org> " URL: https://github.com/vim-ruby/vim-ruby " Release Coordinator: Doug Kearns <dougkearns@gmail.com> " Last Change: 2018 Aug 07 " 2024 Apr 03 by The Vim Project (removed :CompilerSet definitio...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/rspec.vim", "license": "mit", "size": 774}
### File: runtime/compiler/rst.vim " Vim compiler file " Compiler: sphinx >= 1.0.8, http://www.sphinx-doc.org " Description: reStructuredText Documentation Format " Previous Maintainer: Nikolai Weibull <now@bitwi.se> " Last Change: 2017 Mar 31 " 2024 Apr 03 by The Vi...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/rst.vim", "license": "mit", "size": 851}
### File: runtime/compiler/rubocop.vim " Vim compiler file " Compiler: RuboCop " Maintainer: Doug Kearns <dougkearns@gmail.com> " Last Change: 2024 Apr 03 if exists("current_compiler") finish endif let current_compiler = "rubocop" let s:cpo_save = &cpo set cpo&vim CompilerSet makeprg=rubocop\ --format\ emacs Compi...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/rubocop.vim", "license": "mit", "size": 378}
### File: runtime/compiler/ruby.vim " Vim compiler file " Language: Ruby " Function: Syntax check and/or error reporting " Maintainer: Tim Pope <vimNOSPAM@tpope.org> " URL: https://github.com/vim-ruby/vim-ruby " Release Coordinator: Doug Kearns <dougkearns@gmail.com> " Last Change: 2019 Jan 06 " 2024 Apr 03 by ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/ruby.vim", "license": "mit", "size": 966}
### File: runtime/compiler/rubyunit.vim " Vim compiler file " Language: Test::Unit - Ruby Unit Testing Framework " Maintainer: Doug Kearns <dougkearns@gmail.com> " URL: https://github.com/vim-ruby/vim-ruby " Release Coordinator: Doug Kearns <dougkearns@gmail.com> " Last Change: 2014 Mar 23 " 2024 Apr 03 by The V...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/rubyunit.vim", "license": "mit", "size": 775}
### File: runtime/compiler/rustc.vim " Vim compiler file " Compiler: Rust Compiler " Maintainer: Chris Morgan <me@chrismorgan.info> " Latest Revision: 2023-09-11 " For bugs, patches and license go to https://github.com/rust-lang/rust.vim if exists("current_compiler") finish endif let current_compile...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/rustc.vim", "license": "mit", "size": 1407}
### File: runtime/compiler/sass.vim " Vim compiler file " Compiler: Sass " Maintainer: Tim Pope <vimNOSPAM@tpope.org> " Last Change: 2016 Aug 29 " 2024 Apr 03 by The Vim Project (removed :CompilerSet definition) if exists("current_compiler") finish endif let current_compiler = "sass" let s:cpo_save = &cpo set cpo-...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/sass.vim", "license": "mit", "size": 538}
### File: runtime/compiler/scdoc.vim " scdoc compiler for Vim " Compiler: scdoc " Maintainer: Gregory Anders <contact@gpanders.com> " Last Updated: 2019-10-24 " 2024 Apr 05 by The Vim Project (removed :CompilerSet definition) " Upstream: https://github.com/gpanders/vim-scdoc if exists('current_compiler')...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/scdoc.vim", "license": "mit", "size": 425}
### File: runtime/compiler/se.vim " Vim compiler file " Compiler: se (Liberty Eiffel Compiler) " Maintainer: Doug Kearns <dougkearns@gmail.com> " Last Change: 2024 Apr 03 if exists("current_compiler") finish endif let current_compiler = "se" let s:cpo_save = &cpo set cpo-=C CompilerSet makeprg=se\ c CompilerSet e...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/se.vim", "license": "mit", "size": 622}
### File: runtime/compiler/shellcheck.vim " Vim compiler file " Compiler: ShellCheck " Maintainer: Doug Kearns <dougkearns@gmail.com> " Last Change: 2024 Apr 03 if exists("current_compiler") finish endif let current_compiler = "shellcheck" let s:cpo_save = &cpo set cpo&vim CompilerSet makeprg=shellcheck\ -f\ gcc C...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/shellcheck.vim", "license": "mit", "size": 476}
### File: runtime/compiler/sml.vim " Vim compiler file " Compiler: SML/NJ Compiler " Maintainer: Doug Kearns <dougkearns@gmail.com> " Last Change: 2024 Apr 03 if exists("current_compiler") finish endif let current_compiler = "sml" let s:cpo_save = &cpo set cpo&vim CompilerSet makeprg=sml CompilerSet errorformat=%f...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/sml.vim", "license": "mit", "size": 527}
### File: runtime/compiler/spectral.vim " Vim compiler file " Compiler: Spectral for YAML " Maintainer: Romain Lafourcade <romainlafourcade@gmail.com> " Last Change: 2021 July 21 " 2024 Apr 03 by The Vim Project (removed :CompilerSet definition) if exists("current_compiler") finish endif let current_compiler ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/spectral.vim", "license": "mit", "size": 392}
### File: runtime/compiler/splint.vim " Vim compiler file " Compiler: splint/lclint (C source code checker) " Maintainer: Ralf Wildenhues <Ralf.Wildenhues@gmx.de> " Splint Home: http://www.splint.org/ " Last Change: 2019 Jul 23 " 2024 Apr 03 by The Vim Project (removed :CompilerSet definition) " $Revision: 1.3 ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/splint.vim", "license": "mit", "size": 2219}
### File: runtime/compiler/stack.vim " Vim compiler file " Compiler: Haskell Stack " Maintainer: Daniel Campoverde <alx@sillybytes.net> " Latest Revision: 2018-08-27 if exists("current_compiler") finish endif let current_compiler = "stack" let s:cpo_save = &cpo set cpo&vim CompilerSet errorformat= ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/stack.vim", "license": "mit", "size": 870}
### File: runtime/compiler/standard.vim " Vim compiler file " Compiler: Standard for JavaScript " Maintainer: Romain Lafourcade <romainlafourcade@gmail.com> " Last Change: 2020 August 20 " 2024 Apr 03 by The Vim Project (removed :CompilerSet definition) if exists("current_compiler") finish endif let current_com...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/standard.vim", "license": "mit", "size": 380}
### File: runtime/compiler/stylelint.vim " Vim compiler file " Compiler: Stylelint " Maintainer: Doug Kearns <dougkearns@gmail.com> " Last Change: 2024 Apr 03 if exists("current_compiler") finish endif let current_compiler = "stylelint" let s:cpo_save = &cpo set cpo&vim " CompilerSet makeprg=npx\ stylelint\ --form...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/stylelint.vim", "license": "mit", "size": 531}
### File: runtime/compiler/tcl.vim " Vim compiler file " Compiler: tcl " Maintainer: Doug Kearns <dougkearns@gmail.com> " Last Change: 2024 Apr 03 if exists("current_compiler") finish endif let current_compiler = "tcl" CompilerSet makeprg=tcl CompilerSet errorformat=%EError:\ %m,%+Z\ %\\{4}(file\ \"%f\"\ line\ %l)...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/tcl.vim", "license": "mit", "size": 294}
### File: runtime/compiler/tex.vim " Vim compiler file " Compiler: TeX " Maintainer: Artem Chuprina <ran@ran.pp.ru> " Contributors: Enno Nagel " Last Change: 2024 Mar 29 " 2024 Apr 03 by The Vim Project (removed :CompilerSet definition) " 2024 Apr 05 by The Vim Project (avoid leaving behind g:makeprg) if exis...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/tex.vim", "license": "mit", "size": 1858}
### File: runtime/compiler/tidy.vim " Vim compiler file " Compiler: HTML Tidy " Maintainer: Doug Kearns <dougkearns@gmail.com> " Last Change: 2024 Apr 03 if exists("current_compiler") finish endif let current_compiler = "tidy" let s:cpo_save = &cpo set cpo&vim CompilerSet makeprg=tidy\ -quiet\ -errors\ --gnu-emacs...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/tidy.vim", "license": "mit", "size": 490}
### File: runtime/compiler/ts-node.vim " Vim compiler file " Compiler: TypeScript Runner " Maintainer: Doug Kearns <dougkearns@gmail.com> " Last Change: 2024 Apr 03 if exists("current_compiler") finish endif let current_compiler = "node" let s:cpo_save = &cpo set cpo&vim " CompilerSet makeprg=npx\ ts-node Compile...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/ts-node.vim", "license": "mit", "size": 514}
### File: runtime/compiler/tsc.vim " Vim compiler file " Compiler: TypeScript Compiler " Maintainer: Doug Kearns <dougkearns@gmail.com> " Last Change: 2024 Apr 03 if exists("current_compiler") finish endif let current_compiler = "tsc" let s:cpo_save = &cpo set cpo&vim " CompilerSet makeprg=npx\ tsc CompilerSet ma...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/tsc.vim", "license": "mit", "size": 443}
### File: runtime/compiler/typedoc.vim " Vim compiler file " Compiler: TypeDoc " Maintainer: Doug Kearns <dougkearns@gmail.com> " Last Change: 2024 Apr 03 if exists("current_compiler") finish endif let current_compiler = "typedoc" let s:cpo_save = &cpo set cpo&vim " CompilerSet makeprg=npx\ typedoc CompilerSet ma...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/typedoc.vim", "license": "mit", "size": 490}
### File: runtime/compiler/typst.vim " Vim compiler file " Language: Typst " Maintainer: Gregory Anders " Last Change: 2024-07-14 " Based on: https://github.com/kaarmu/typst.vim if exists('current_compiler') finish endif let current_compiler = get(g:, 'typst_cmd', 'typst') " With `--diagnostic-format` we c...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/typst.vim", "license": "mit", "size": 455}
### File: runtime/compiler/vimdoc.vim " Vim Compiler File " Language: vimdoc " Maintainer: Wu, Zhenyu <wuzhenyu@ustc.edu> " Latest Revision: 2024-04-13 " " If you can not find 'vimdoc' in the package manager of your distribution e.g " 'pip', then you may need to build it from its source. if ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/vimdoc.vim", "license": "mit", "size": 499}
### File: runtime/compiler/xbuild.vim " Vim compiler file " Compiler: Mono C# " Maintainer: Chiel ten Brinke (ctje92@gmail.com) " Last Change: 2013 May 13 " 2024 Apr 03 by The Vim Project (removed :CompilerSet definition) if exists("current_compiler") finish endif let current_compiler = "xbuild" let s:keepcpo= &cp...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/xbuild.vim", "license": "mit", "size": 457}
### File: runtime/compiler/xmllint.vim " Vim compiler file " Compiler: Libxml2 Command-Line Tool " Maintainer: Doug Kearns <dougkearns@gmail.com> " Last Change: 2024 Apr 03 if exists("current_compiler") finish endif let current_compiler = "xmllint" let s:cpo_save = &cpo set cpo&vim CompilerSet makeprg=xmllint\ --v...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/xmllint.vim", "license": "mit", "size": 534}
### File: runtime/compiler/xmlwf.vim " Vim Compiler File " Compiler: xmlwf " Maintainer: Robert Rowsome <rowsome@wam.umd.edu> " Last Change: 2019 Jul 23 " 2024 Apr 03 by The Vim Project (removed :CompilerSet definition) if exists("current_compiler") finish endif let current_compiler = "xmlwf" let s:cpo_save = &cpo...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/xmlwf.vim", "license": "mit", "size": 404}
### File: runtime/compiler/xo.vim " Vim compiler file " Compiler: XO " Maintainer: Doug Kearns <dougkearns@gmail.com> " Last Change: 2024 Apr 03 if exists("current_compiler") finish endif let current_compiler = "xo" let s:cpo_save = &cpo set cpo&vim " CompilerSet makeprg=npx\ xo\ --reporter\ compact CompilerSet m...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/xo.vim", "license": "mit", "size": 495}
### File: runtime/compiler/yamllint.vim " Vim compiler file " Compiler: Yamllint for YAML " Maintainer: Romain Lafourcade <romainlafourcade@gmail.com> " Last Change: 2021 July 21 " 2024 Apr 03 by The Vim Project (removed :CompilerSet definition) if exists("current_compiler") finish endif let current_compiler ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/yamllint.vim", "license": "mit", "size": 338}
### File: runtime/compiler/zig.vim " Vim compiler file " Compiler: Zig Compiler " Upstream: https://github.com/ziglang/zig.vim if exists("current_compiler") finish endif let current_compiler = "zig" let s:save_cpo = &cpo set cpo&vim " a subcommand must be provided for the this compiler (test, build-exe, etc) if ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/zig.vim", "license": "mit", "size": 530}
### File: runtime/compiler/zig_build.vim " Vim compiler file " Compiler: Zig Compiler (zig build) " Upstream: https://github.com/ziglang/zig.vim " Last Change: 2024 Apr 05 by The Vim Project (removed :CompilerSet definition) if exists('current_compiler') finish endif runtime compiler/zig.vim let current_compiler = '...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/zig_build.vim", "license": "mit", "size": 669}
### File: runtime/compiler/zig_build_exe.vim " Vim compiler file " Compiler: Zig Compiler (zig build-exe) " Upstream: https://github.com/ziglang/zig.vim " Last Change: 2024 Apr 05 by The Vim Project (removed :CompilerSet definition) if exists('current_compiler') finish endif runtime compiler/zig.vim let current_comp...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/zig_build_exe.vim", "license": "mit", "size": 562}
### File: runtime/compiler/zig_test.vim " Vim compiler file " Compiler: Zig Compiler (zig test) " Upstream: https://github.com/ziglang/zig.vim " Last Change: 2024 Apr 05 by The Vim Project (removed :CompilerSet definition) if exists('current_compiler') finish endif runtime compiler/zig.vim let current_compiler = 'zi...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/zig_test.vim", "license": "mit", "size": 542}
### File: runtime/compiler/zsh.vim " Vim compiler file " Compiler: Zsh " Maintainer: Doug Kearns <dougkearns@gmail.com> " Last Change: 2024 Apr 03 if exists("current_compiler") finish endif let current_compiler = "zsh" let s:cpo_save = &cpo set cpo&vim CompilerSet makeprg=zsh\ -n\ --\ %:S CompilerSet errorformat=%...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/compiler/zsh.vim", "license": "mit", "size": 362}
### File: runtime/delmenu.vim " This Vim script deletes all the menus, so that they can be redefined. " Warning: This also deletes all menus defined by the user! " " Maintainer: The Vim Project <https://github.com/vim/vim> " Last Change: 2023 Aug 10 " Former Maintainer: Bram Moolenaar <Bram@vim.org> aunmenu * tlunmenu...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Vim Script", "repo_name": "minhanghuang/neovim", "path": "runtime/delmenu.vim", "license": "mit", "size": 1275}