summaryrefslogtreecommitdiff
path: root/runtime/doc/starting.txt
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.2.0320: no Haiku supportv8.2.0320Bram Moolenaar2020-02-261-0/+5
| | | | | Problem: No Haiku support. Solution: Add support for Haiku. (Emir Sari, closes #5605)
* Update runtime files.Bram Moolenaar2020-02-151-5/+7
|
* Update runtime files.Bram Moolenaar2020-01-211-3/+3
|
* Update runtime files.Bram Moolenaar2020-01-141-8/+8
|
* Update runtime files.Bram Moolenaar2019-12-261-14/+13
|
* patch 8.2.0017: OS/2 and MS-DOS are still mentionedv8.2.0017Bram Moolenaar2019-12-171-37/+33
| | | | | | Problem: OS/2 and MS-DOS are still mentioned, even though support was removed long ago. Solution: Update documentation. (Yegappan Lakshmanan, closes #5368)
* Vim 8.2 releasev8.2.0000v8.2.0Bram Moolenaar2019-12-121-1/+1
|
* Minor runtime file updates.Bram Moolenaar2019-12-111-2/+3
|
* Update runtime filesBram Moolenaar2019-09-071-6/+6
|
* Update runtime files.Bram Moolenaar2019-07-311-1/+3
|
* Update runtime files.Bram Moolenaar2019-06-061-2/+2
|
* patch 8.1.1280: remarks about functionality not in Vi clutters the helpv8.1.1280Bram Moolenaar2019-05-051-61/+37
| | | | | | | | Problem: Remarks about functionality not in Vi clutters the help. Solution: Move all info about what is new in Vim or already existed in Vi to vi_diff.txt. Remove {not in Vi} remarks. (closes #4268) Add "noet" to the help files modeline. Also include many other help file improvements.
* Update runtime files.Bram Moolenaar2019-02-171-1/+1
|
* patch 8.1.0932: Farsi support is outdated and unusedv8.1.0932Bram Moolenaar2019-02-161-3/+2
| | | | | Problem: Farsi support is outdated and unused. Solution: Delete the Farsi support.
* patch 8.1.0881: can execute shell commands in rvim through interfacesv8.1.0881Bram Moolenaar2019-02-081-4/+10
| | | | | | Problem: Can execute shell commands in rvim through interfaces. Solution: Disable using interfaces in restricted mode. Allow for writing file with writefile(), histadd() and a few others.
* Update runtime files.Bram Moolenaar2018-11-161-1/+1
|
* Update runtime files.Bram Moolenaar2018-08-111-2/+3
|
* Update runtime files.Bram Moolenaar2018-07-291-1/+1
|
* Update runtime files.Bram Moolenaar2018-07-211-1/+3
|
* Update runtime files.Bram Moolenaar2018-07-151-0/+2
|
* Vim 8.1 releasev8.1.0000Bram Moolenaar2018-05-171-1/+1
| | | | Update version number and information. Fix a couple of tests.
* Update runtime files.Bram Moolenaar2018-05-061-2/+3
|
* Update runtime files. Convert a couple of help files to utf-8.Bram Moolenaar2018-03-181-1/+1
|
* patch 8.0.1607: --clean loads user settings from .gvimrcv8.0.1607Bram Moolenaar2018-03-141-1/+2
| | | | | Problem: --clean loads user settings from .gvimrc. Solution: Behave like "-U NONE" was used. (Ken Takata)
* Update runtime files.Bram Moolenaar2018-03-091-1/+1
|
* patch 8.0.1554: custom plugins loaded with --cleanv8.0.1554Bram Moolenaar2018-03-011-0/+1
| | | | | Problem: Custom plugins loaded with --clean. Solution: Do not include the home directory in 'runtimepath'.
* Updated runtime files.Bram Moolenaar2018-02-271-2/+2
| | | | Add Serbian translations and spell checking.
* Update runtime files.Bram Moolenaar2018-02-091-5/+4
|
* Update runtime files.Bram Moolenaar2018-01-281-2/+2
|
* Update runtime files.Bram Moolenaar2017-11-211-5/+7
|
* Update runtime files.Bram Moolenaar2017-11-111-3/+3
|
* Update runtime files.Bram Moolenaar2017-11-051-1/+1
|
* Long overdue runtime update.Bram Moolenaar2017-11-021-2/+5
|
* patch 8.0.0716: not easy to start Vim cleanlyv8.0.0716Bram Moolenaar2017-07-151-11/+30
| | | | | | | Problem: Not easy to start Vim cleanly without changing the viminfo file. Not possible to know whether the -i command line flag was used. Solution: Add the --clean command line argument. Add the 'viminfofile' option. Add "-u DEFAULTS".
* Update runtime files.Bram Moolenaar2017-01-171-2/+3
|
* patch 8.0.0118v8.0.0118Bram Moolenaar2016-12-011-1/+1
| | | | | Problem: "make proto" adds extra function prototype. Solution: Add #ifdef.
* patch 8.0.0096v8.0.0096Bram Moolenaar2016-11-241-0/+4
| | | | | | Problem: When the input or output is not a tty Vim appears to hang. Solution: Add the --ttyfail argument. Also add the "ttyin" and "ttyout" features to be able to check in Vim script.
* Vim 8.0 releasev8.0.0000Bram Moolenaar2016-09-121-1/+1
|
* Updated runtime files, Japanese translations.Bram Moolenaar2016-09-111-4/+7
|
* Updated runtime files.Bram Moolenaar2016-09-061-1/+4
|
* Updated runtime files.Bram Moolenaar2016-08-281-2/+2
|
* Updated runtime files and translations.Bram Moolenaar2016-08-271-2/+2
|
* patch 7.4.2244v7.4.2244Bram Moolenaar2016-08-231-16/+28
| | | | | | Problem: Adding pattern to ":oldfiles" is not a generic solution. Solution: Add the ":filter /pat/ cmd" command modifier. Only works for some commands right now.
* patch 7.4.2231v7.4.2231Bram Moolenaar2016-08-201-1/+10
| | | | | Problem: ":oldfiles" output is a very long list. Solution: Add a pattern argument. (Coot, closes #575)
* patch 7.4.2164v7.4.2164Bram Moolenaar2016-08-061-2/+9
| | | | | | | | Problem: It is not possible to use plugins in an "after" directory to tune the behavior of a package. Solution: First load plugins from non-after directories, then packages and finally plugins in after directories. Reset 'loadplugins' before executing --cmd arguments.
* Updated runtime files.Bram Moolenaar2016-08-021-2/+2
|
* patch 7.4.2111v7.4.2111Bram Moolenaar2016-07-281-32/+57
| | | | | | Problem: Defaults are very conservative. Solution: Move settings from vimrc_example.vim to defaults.vim. Load defaults.vim if no .vimrc was found.
* Updated runtime files.Bram Moolenaar2016-07-091-1/+2
|
* Updated runtime files.Bram Moolenaar2016-06-171-1/+5
|
* Updated runtime files.Bram Moolenaar2016-06-121-3/+26
|