Hi Attached patch fixes typos in *.txt files.
Dominique -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
diff --git a/src/INSTALLpc.txt b/src/INSTALLpc.txt index 73d13dc90..5ab830c36 100644 --- a/src/INSTALLpc.txt +++ b/src/INSTALLpc.txt @@ -3,7 +3,7 @@ INSTALLpc.txt - Installation of Vim on PC This file contains instructions for compiling Vim. If you already have an executable version of Vim, you don't need this. -You can find the lastest here: https://github.com/vim/vim-win32-installer +You can find the latest here: https://github.com/vim/vim-win32-installer This page also has links to install support for interfaces such as Perl, Python, Lua, etc. @@ -182,7 +182,7 @@ Visual C++ Toolkit 2003 *msvc-2003-toolkit* You could download the Microsoft Visual C++ Toolkit 2003 from http://msdn.microsoft.com/visualc/vctoolkit2003/ -Unfortunately this URL is no longer valid. Inofficial downloads appear to be +Unfortunately this URL is no longer valid. Unofficial downloads appear to be available from links mentioned on these pages (use at your own risk): http://www.filewatcher.com/m/VCToolkitSetup.exe.32952488.0.0.html http://feargame.net/wiki/index.php?title=Building_Source_with_the_VC2003_Toolkit @@ -329,12 +329,12 @@ Go to the source directory of Vim, then execute the make command. E.g.: make -f Make_ming.mak GUI=no make -f Make_ming.mak GUI=no DEBUG=yes -NOTE: you can't execute the vim.exe in the MSYS console, open a normal Windows +NOTE: you can't execute vim.exe in the MSYS console, open a normal Windows console for that. You need to set $PATH to be able to build there, e.g.: set PATH=c:\msys64\mingw32\bin;c:\msys64\usr\bin;%PATH% -This command is in msys32.bat. Or or the 64 bit compiler use msys64.bat: +This command is in msys32.bat. Or for the 64 bit compiler use msys64.bat: set PATH=c:\msys64\mingw64\bin;c:\msys64\usr\bin;%PATH% diff --git a/src/testdir/README.txt b/src/testdir/README.txt index c6492598c..b3200a40c 100644 --- a/src/testdir/README.txt +++ b/src/testdir/README.txt @@ -54,7 +54,7 @@ What you can use (see test_assert.vim for an example): TO ADD A SCREEN DUMP TEST: -Mostly the same as writing a new style test. Additonally, see help on +Mostly the same as writing a new style test. Additionally, see help on "terminal-dumptest". Put the reference dump in "dumps/Test_func_name.dump".
