summaryrefslogtreecommitdiff
path: root/src/dosinst.c
Commit message (Collapse)AuthorAgeFilesLines
* patch 7.4.2293v7.4.2293Bram Moolenaar2016-08-291-1/+1
| | | | | Problem: Modelines in source code are inconsistant. Solution: Use the same line in most files. Add 'noet'. (Naruhiko Nishino)
* patch 7.4.2116v7.4.2116Bram Moolenaar2016-07-291-2/+1
| | | | | Problem: The default vimrc for Windows is very conservative. Solution: Use the defaults.vim in the Windows installer.
* patch 7.4.1909v7.4.1909Bram Moolenaar2016-06-081-2/+2
| | | | | Problem: Doubled semicolons. Solution: Reduce to one. (Dominique Pelle)
* patch 7.4.1683v7.4.1683Bram Moolenaar2016-03-281-0/+4
| | | | | | Problem: Generated .bat files do not support --nofork. Solution: Add check for --nofork. Also add "setlocal". (Kevin CantĂș, closes #659)
* updated for version 7.4.103v7.4.103Bram Moolenaar2013-11-211-6/+12
| | | | | | Problem: Dos installer uses an old way to escape spaces in the diff command. Solution: Adjust the quoting to the new default shellxquote. (Ben Fritz)
* updated for version 7.4.077v7.4.077Bram Moolenaar2013-11-071-2/+4
| | | | | | Problem: DOS installer creates shortcut without a path, resulting in the current directory to be C:\Windows\system32. Solution: Use environment variables.
* updated for version 7.3.925v7.3.925Bram Moolenaar2013-05-061-1/+1
| | | | | Problem: Typos in source files. Solution: Fix the typos. (Ken Takata)
* updated for version 7.3.809v7.3.809Bram Moolenaar2013-02-131-1/+1
| | | | | Problem: The dosinst.c program has a buffer overflow. (Thomas Gwae) Solution: Ignore $VIMRUNTIME if it is too long.
* Remove unused code.Bram Moolenaar2010-08-081-36/+0
|
* Put quotes around the gvim.exe path for the "Open with" menu entry.Bram Moolenaar2010-08-021-1/+1
|
* Fix that uninstaller isn't found on 64-bit Windows.Bram Moolenaar2010-07-311-12/+4
|
* Fix: on MS-Windows the "open with..." menu starts Vim without a file.Bram Moolenaar2010-07-311-2/+6
|
* Fix: MS-Windows installer used wrong path for uninstaller key.Bram Moolenaar2010-07-181-3/+2
|
* Support completion for ":find". (Nazri Ramliy)Bram Moolenaar2010-07-141-73/+73
| | | | Cleanup white space.
* Make the dos installer work with more compilers.Bram Moolenaar2010-07-071-40/+25
|
* Adjust MS-Windows installer so that it also works for 64 bit systems. (GeorgeBram Moolenaar2010-07-071-73/+203
| | | | Reilly)
* Found a way to make the MS-Windows installer wait for the uninstaller toBram Moolenaar2010-05-251-20/+57
| | | | finish, no need for the user to press Enter.
* Improve the MS-Windows installer.Bram Moolenaar2010-05-241-11/+31
|
* First step in the Vim 7.3 branch. Changed version numbers.Bram Moolenaar2010-05-151-3/+2
|
* updated for version 7.1-282v7.1.282Bram Moolenaar2008-03-161-1/+1
|
* updated for version 7.1bBram Moolenaar2007-05-101-1/+1
|
* updated for version 7.0b01Bram Moolenaar2006-03-251-1/+6
|
* updated for version 7.0bv7.0bBram Moolenaar2006-03-241-1/+0
|
* updated for version 7.0228Bram Moolenaar2006-03-181-40/+40
|
* updated for version 7.0185v7.0185Bram Moolenaar2006-01-221-18/+19
|
* updated for version 7.0109v7.0109Bram Moolenaar2005-07-181-1/+1
|
* updated for version 7.0001v7.0001Bram Moolenaar2004-06-131-0/+2461