| /vim-8.2.3635/runtime/syntax/ |
| H A D | ninja.vim | 1 " ninja build file syntax. 2 " Language: ninja build file as described at 3 " http://ninja-build.org/manual.html 12 " https://github.com/ninja-build/ninja/blob/master/src/lexer.in.cc 13 " https://github.com/ninja-build/ninja/blob/master/src/manifest_parser.cc 32 syn match ninjaKeyword "^build\>" 39 " Both 'build' and 'rule' begin a variable scope that ends 41 " limited set of magic variables, 'build' allows general
|
| H A D | cabal.vim | 18 " Added build-type keywords 85 \ build-depends 86 \ build-tools 87 \ build-tools-depends 88 \ build-type 229 " build type keywords 235 \ /^\c\s*build-type\s*:.*$/
|
| H A D | opam.vim | 15 …ord2 "\v(bug-reports|post-messages|ocaml-version|opam-version|dev-repo|build-test|build-doc|build)"
|
| H A D | go.vim | 433 syn match goBuildKeyword display contained "+build\|go:build" 434 " Highlight the known values of GOOS, GOARCH, and other +build options. 441 " Other words in the build directive are build tags not listed above, so 444 " The rs=s+2 option lets the \s*+build portion be part of the inner region 447 \ start="//\s*+build\s"rs=s+2 end="$" 457 " matched as comments to avoid looking like working build constraints.
|
| /vim-8.2.3635/src/ |
| H A D | INSTALLvms.txt | 131 Uncommented - build without support. 137 Uncommented - build without support. 143 Uncommented - build without support. 151 Uncommented - build without support. 158 Uncommented - build without support. 166 Uncommented - build without support. 210 XXD.EXE you should change to subdirectory <.CTAGS> or <.XXD> and build 214 Please read the detailed build instructions in the related *.MMS file. 273 Defines the libraries that have to be used for build. 299 To build VIM with GTK you have to install GTK on your OpenVMS. [all …]
|
| H A D | Make_ami.mak | 24 # Vim 'huge' build 32 # Vim 'big' build 40 # Vim 'normal' build 48 # Vim 'small' build 53 # Vim 'tiny' build
|
| H A D | INSTALLpc.txt | 67 To build Vim from the command line with MSVC, use Make_mvc.mak. 148 installed. Use "vcvarsall.bat x64_arm64" as the build environment. 198 Now you can build Vim with Make_mvc.mak. 245 |ms-platform-sdk|. You can build Vim with Make_mvc.mak. 277 (Even if you want to build 32-bit Vim) 329 2.3. Keep the build environment up-to-date 341 * MSYS2 MinGW 32-bit (To build 32-bit versions of Vim) 342 * MSYS2 MinGW 64-bit (To build 64-bit versions of Vim) 634 The MSVC build is quite straightforward. Simply invoke (in one line) 801 There is no need to build whole Ruby, just config.h is needed. [all …]
|
| H A D | INSTALLmac.txt | 47 To build libtool from source: 71 Then build as with the terminal version above.
|
| H A D | INSTALLx.txt | 38 --build=... : 39 The build system (i.e. the platform name of the system you compile on 149 --build=i586-linux \
|
| H A D | Make_cyg_ming.mak | 35 # set to yes for a debug build 168 # uncomment the following, but I can't build a static version with them, ?-(| 626 # Only allow NETBEANS for a GUI build. 661 # Only allow DirectWrite for a GUI build. 674 # Only allow XPM for a GUI build. 892 # Only allow DIRECTX for a GUI build. 900 # Only allow XPM for a GUI build. 1135 # If this fails because you don't have Vim yet, first build and install Vim
|
| /vim-8.2.3635/nsis/ |
| H A D | README.txt | 4 To build the installable .exe: 13 2. Go to the src directory and build: 24 3. Go to the GvimExt directory and build gvimext.dll (or get it from a binary 30 4. Go to the VisVim directory and build VisVim.dll (or get it from a binary 77 Then build gvim.exe:
|
| /vim-8.2.3635/.github/workflows/ |
| H A D | codeql-analysis.yml | 5 # or to provide custom queries or build logic. 45 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). 46 # If this step fails, then you should remove it and run the build manually (see below) 54 # and modify them (or add more) to build your code if your project
|
| /vim-8.2.3635/runtime/compiler/ |
| H A D | ant.vim | 22 " two property lines in your 'build.xml': 24 " <property name = "build.compiler" value = "jikes"/> 25 " <property name = "build.compiler.emacs" value = "true"/>
|
| H A D | ghc.vim | 15 \%-G%.%#:\ build,
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | meson.vim | 33 let b:browsefilter = "Meson Build Files (meson.build)\tmeson.build\n" .
|
| /vim-8.2.3635/ci/ |
| H A D | appveyor.bat | 8 :: Filter out the progress bar from the build log 20 :: build MSVC huge version with python and channel support
|
| /vim-8.2.3635/ |
| H A D | .travis.yml | 20 - &osx-huge # macOS build 27 - &asan # ASAN build 133 - echo -e "\\033[33;1mBuilding Vim\\033[0m" && echo -en "travis_fold:start:build\\r\\033[0K" 147 - echo -en "travis_fold:end:build\\r\\033[0K"
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | os_vms.txt | 79 If you decided to build Vim with +perl, +python, etc. options, first you need 92 change to a subdirectory and build it separately. 108 the GTK build is no longer available. 675 both GUI/GTK build and just console build executables, like below: > 769 - make all changes needed for clean compile build of v8.2 on VMS on all platforms 778 - make necessary changes to build v8.1 on VMS 832 - GTKLIB and Vim build on IA64 851 - First GTK build 866 - InstallVMS.txt has a detailed description HOWTO build 889 - simplified build/configuration procedure
|
| H A D | pi_spec.txt | 12 email address and build a format string by itself. 68 time, it will ask you an email address and build the |spec_chglog_format|
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_bufwintabinfo.vim | 94 call settabvar(1, 'space', 'build') 99 call assert_equal('build', tablist[0].variables.space)
|
| /vim-8.2.3635/READMEdir/ |
| H A D | README_os390.txt | 3 This readme explains how to build Vim on z/OS. Formerly called OS/390. 39 If you build VIM without X11 support, compiling and building is nearly
|
| H A D | README_mac.txt | 6 To build from source get the files with git from https://github.com/vim/vim.
|
| /vim-8.2.3635/pixmaps/ |
| H A D | gen-inline-pixbufs.sh | 11 gdk-pixbuf-csource --raw --static --build-list $list
|
| /vim-8.2.3635/src/po/ |
| H A D | README_mvc.txt | 39 and build your own version of these tools. The documentation states that this 41 build it even successfully with MSVC8.0.
|
| /vim-8.2.3635/src/GvimExt/ |
| H A D | gvimext_ming.def | 6 ; DESCRIPTION 'Vim Shell Extension build with MinGW'
|