view READMEdir/README_srcdos.txt @ 30071:6a8c2ff5b2ef v9.0.0373

patch 9.0.0373: Coverity warns for NULL check and unused return value Commit: https://github.com/vim/vim/commit/a5348f241bbbb6d5db863d666fa9ca72fc95037a Author: Bram Moolenaar <Bram@vim.org> Date: Sun Sep 4 11:42:22 2022 +0100 patch 9.0.0373: Coverity warns for NULL check and unused return value Problem: Coverity warns for NULL check and unused return value. Solution: Remove the NULL check, it was already checked earlier. Add (void) to ignore the return value.
author Bram Moolenaar <Bram@vim.org>
date Sun, 04 Sep 2022 12:45:05 +0200
parents f8116058ca76
children 645722244c3f
line wrap: on
line source

README_srcdos.txt for version 9.0 of Vim: Vi IMproved.

See "README.txt" for general information about Vim.
See "README_dos.txt" for installation instructions for MS-Windows.
These files are in the runtime archive (vim90rt.zip).


The DOS source archive contains the files needed to compile Vim on MS-Windows.
It is packed for MS-Windows systems, with CR-LF.  It also includes the VisVim
sources.

See "src/INSTALLpc.txt" for instructions on how to compile Vim on the PC.