summaryrefslogtreecommitdiff
path: root/runtime/doc/options.txt
Commit message (Collapse)AuthorAgeFilesLines
* Update runtime files.Bram Moolenaar2015-01-071-3/+1
|
* Update runtime files.Bram Moolenaar2014-11-131-0/+2
|
* updated for version 7.4.502v7.4.502Bram Moolenaar2014-11-051-0/+12
| | | | | | Problem: Language mapping also applies to mapped characters. Solution: Add the 'langnoremap' option, when on 'langmap' does not apply to mapped characters. (Christian Brabandt)
* Update runtime files.Bram Moolenaar2014-11-051-2/+5
|
* updated for version 7.4.497v7.4.497Bram Moolenaar2014-11-051-0/+4
| | | | | | | Problem: With some regexp patterns the NFA engine uses many states and becomes very slow. To the user it looks like Vim freezes. Solution: When the number of states reaches a limit fall back to the old engine. (Christian Brabandt)
* Update runtime files.Bram Moolenaar2014-10-021-1/+2
|
* updated for version 7.4.456v7.4.456Bram Moolenaar2014-09-231-1/+1
| | | | | | Problem: 'backupcopy' is global, cannot write only some files in a different way. Solution: Make 'backupcopy' global-local. (Christian Brabandt)
* Update runtime files.Bram Moolenaar2014-09-091-2/+3
|
* Updated runtime files.Bram Moolenaar2014-08-221-1/+1
|
* updated for version 7.4.399v7.4.399Bram Moolenaar2014-08-101-4/+12
| | | | | | | | | Problem: Encryption implementation is messy. Blowfish encryption has a weakness. Solution: Refactor the encryption, store the state in an allocated struct instead of using a save/restore mechanism. Introduce the "blowfish2" method, which does not have the weakness and encrypts the whole undo file. (largely by David Leadbeater)
* updated for version 7.4.393v7.4.393Bram Moolenaar2014-08-061-0/+71
| | | | | | | | Problem: Text drawing on newer MS-Windows systems is suboptimal. Some multi-byte characters are not displayed, even though the same font in Notepad can display them. (Srinath Avadhanula) Solution: Add the 'renderoptions' option to enable Direct-X drawing. (Taro Muraoka)
* Update runtime files. Add vroom file support.Bram Moolenaar2014-07-261-2/+2
|
* Updated runtime files. Overhauled HTML indent script.Bram Moolenaar2014-07-041-1/+1
|
* updated for version 7.4.353v7.4.353Bram Moolenaar2014-07-021-5/+5
| | | | | Problem: 'breakindent' doesn't work with the 'list' option. Solution: Make it work. (Christian Brabandt)
* Updated runtime files.Bram Moolenaar2014-06-251-5/+38
|
* updated for version 7.4.336v7.4.336Bram Moolenaar2014-06-251-2/+3
| | | | | Problem: Setting 'history' to a big value causes out-of-memory errors. Solution: Limit the value to 10000. (Hirohito Higashi)
* Update runtime files.Bram Moolenaar2014-06-121-1/+1
|
* updated for version 7.4.314v7.4.314Bram Moolenaar2014-05-281-0/+3
| | | | | Problem: Completion messages can get in the way of a plugin. Solution: Add 'c' flag to 'shortmess' option. (Shougo Matsu)
* Update runtime files.Bram Moolenaar2014-05-131-17/+25
|
* Runtime file updates.Bram Moolenaar2014-05-011-1/+5
|
* Update runtime files.Bram Moolenaar2014-03-271-1/+3
|
* updated for version 7.4.201v7.4.201Bram Moolenaar2014-03-121-1/+1
| | | | | Problem: 'lispwords' is a global option. Solution: Make 'lispwords' global-local. (Sung Pae)
* updated for version 7.4.191v7.4.191Bram Moolenaar2014-02-231-2/+3
| | | | | | Problem: Escaping a file name for shell commands can't be done without a function. Solution: Add the :S file name modifier.
* Updated runtime files.Bram Moolenaar2013-12-111-3/+3
|
* Update runtime files.Bram Moolenaar2013-11-141-1/+1
|
* updated for version 7.4.088v7.4.088Bram Moolenaar2013-11-121-0/+3
| | | | | | | Problem: When spell checking is enabled Asian characters are always marked as error. Solution: When 'spelllang' contains "cjk" do not mark Asian characters as error. (Ken Takata)
* Updated runtime files.Bram Moolenaar2013-11-091-1/+1
|
* updated for version 7.4.073v7.4.073Bram Moolenaar2013-11-061-3/+4
| | | | | Problem: Setting undolevels for one buffer changes undo in another. Solution: Make 'undolevels' a global-local option. (Christian Brabandt)
* Updated runtime files.Bram Moolenaar2013-09-051-3/+3
|
* release version 7.4v7.4Bram Moolenaar2013-08-101-1/+1
|
* Update files for the 7.4b BETA release.v7.4b.000Bram Moolenaar2013-07-281-1/+1
|
* Updated runtime files.Bram Moolenaar2013-07-171-2/+3
|
* Updated runtime files. Fix NL translations.Bram Moolenaar2013-07-091-2/+2
|
* Vim 7.4a BETA release.v7.4aBram Moolenaar2013-07-061-1/+1
|
* Updated runtime files.Bram Moolenaar2013-06-291-7/+11
|
* Update runtime files. Remove duplicate tags in help.Bram Moolenaar2013-06-281-25/+25
|
* updated for version 7.3.1248v7.3.1248Bram Moolenaar2013-06-261-0/+38
| | | | | | Problem: Still have old hacking code for Input Method. Solution: Add 'imactivatefunc' and 'imstatusfunc' as a generic solution to Input Method activation. (Yukihiro Nakadaira)
* Update runtime files.Bram Moolenaar2013-06-121-2/+2
|
* Updated runtime files.Bram Moolenaar2013-06-061-3/+17
|
* Updated runtime files and translations.Bram Moolenaar2013-06-011-3/+3
|
* Updated runtime files, language files and translations.Bram Moolenaar2013-05-211-1/+14
|
* Updated runtime files.Bram Moolenaar2013-05-061-3/+5
|
* Updated runtime files.Bram Moolenaar2013-04-051-6/+6
|
* updated for version 7.3.872v7.3.872Bram Moolenaar2013-03-191-2/+10
| | | | | | | Problem: On some systems case of file names is always ignored, on others never. Solution: Add the 'fileignorecase' option to control this at runtime. Implies 'wildignorecase'.
* Update runtime files.Bram Moolenaar2013-03-191-1/+5
|
* Updated runtime files.Bram Moolenaar2013-03-071-4/+4
|
* Update runtime files.Bram Moolenaar2013-02-201-1/+2
|
* Update runtime files.Bram Moolenaar2013-02-131-6/+9
| | | | Add missing test files.
* Update runtime files.Bram Moolenaar2013-01-301-5/+8
|
* updated for version 7.3.782v7.3.782Bram Moolenaar2013-01-231-0/+4
| | | | | Problem: Windows: IME composition may use a wrong font. Solution: Use 'guifontwide' for IME when it is set. (Taro Muraoka)