Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update runtime files. | Bram Moolenaar | 2015-01-07 | 1 | -3/+1 |
| | |||||
* | Update runtime files. | Bram Moolenaar | 2014-11-13 | 1 | -0/+2 |
| | |||||
* | updated for version 7.4.502v7.4.502 | Bram Moolenaar | 2014-11-05 | 1 | -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 Moolenaar | 2014-11-05 | 1 | -2/+5 |
| | |||||
* | updated for version 7.4.497v7.4.497 | Bram Moolenaar | 2014-11-05 | 1 | -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 Moolenaar | 2014-10-02 | 1 | -1/+2 |
| | |||||
* | updated for version 7.4.456v7.4.456 | Bram Moolenaar | 2014-09-23 | 1 | -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 Moolenaar | 2014-09-09 | 1 | -2/+3 |
| | |||||
* | Updated runtime files. | Bram Moolenaar | 2014-08-22 | 1 | -1/+1 |
| | |||||
* | updated for version 7.4.399v7.4.399 | Bram Moolenaar | 2014-08-10 | 1 | -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.393 | Bram Moolenaar | 2014-08-06 | 1 | -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 Moolenaar | 2014-07-26 | 1 | -2/+2 |
| | |||||
* | Updated runtime files. Overhauled HTML indent script. | Bram Moolenaar | 2014-07-04 | 1 | -1/+1 |
| | |||||
* | updated for version 7.4.353v7.4.353 | Bram Moolenaar | 2014-07-02 | 1 | -5/+5 |
| | | | | | Problem: 'breakindent' doesn't work with the 'list' option. Solution: Make it work. (Christian Brabandt) | ||||
* | Updated runtime files. | Bram Moolenaar | 2014-06-25 | 1 | -5/+38 |
| | |||||
* | updated for version 7.4.336v7.4.336 | Bram Moolenaar | 2014-06-25 | 1 | -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 Moolenaar | 2014-06-12 | 1 | -1/+1 |
| | |||||
* | updated for version 7.4.314v7.4.314 | Bram Moolenaar | 2014-05-28 | 1 | -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 Moolenaar | 2014-05-13 | 1 | -17/+25 |
| | |||||
* | Runtime file updates. | Bram Moolenaar | 2014-05-01 | 1 | -1/+5 |
| | |||||
* | Update runtime files. | Bram Moolenaar | 2014-03-27 | 1 | -1/+3 |
| | |||||
* | updated for version 7.4.201v7.4.201 | Bram Moolenaar | 2014-03-12 | 1 | -1/+1 |
| | | | | | Problem: 'lispwords' is a global option. Solution: Make 'lispwords' global-local. (Sung Pae) | ||||
* | updated for version 7.4.191v7.4.191 | Bram Moolenaar | 2014-02-23 | 1 | -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 Moolenaar | 2013-12-11 | 1 | -3/+3 |
| | |||||
* | Update runtime files. | Bram Moolenaar | 2013-11-14 | 1 | -1/+1 |
| | |||||
* | updated for version 7.4.088v7.4.088 | Bram Moolenaar | 2013-11-12 | 1 | -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 Moolenaar | 2013-11-09 | 1 | -1/+1 |
| | |||||
* | updated for version 7.4.073v7.4.073 | Bram Moolenaar | 2013-11-06 | 1 | -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 Moolenaar | 2013-09-05 | 1 | -3/+3 |
| | |||||
* | release version 7.4v7.4 | Bram Moolenaar | 2013-08-10 | 1 | -1/+1 |
| | |||||
* | Update files for the 7.4b BETA release.v7.4b.000 | Bram Moolenaar | 2013-07-28 | 1 | -1/+1 |
| | |||||
* | Updated runtime files. | Bram Moolenaar | 2013-07-17 | 1 | -2/+3 |
| | |||||
* | Updated runtime files. Fix NL translations. | Bram Moolenaar | 2013-07-09 | 1 | -2/+2 |
| | |||||
* | Vim 7.4a BETA release.v7.4a | Bram Moolenaar | 2013-07-06 | 1 | -1/+1 |
| | |||||
* | Updated runtime files. | Bram Moolenaar | 2013-06-29 | 1 | -7/+11 |
| | |||||
* | Update runtime files. Remove duplicate tags in help. | Bram Moolenaar | 2013-06-28 | 1 | -25/+25 |
| | |||||
* | updated for version 7.3.1248v7.3.1248 | Bram Moolenaar | 2013-06-26 | 1 | -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 Moolenaar | 2013-06-12 | 1 | -2/+2 |
| | |||||
* | Updated runtime files. | Bram Moolenaar | 2013-06-06 | 1 | -3/+17 |
| | |||||
* | Updated runtime files and translations. | Bram Moolenaar | 2013-06-01 | 1 | -3/+3 |
| | |||||
* | Updated runtime files, language files and translations. | Bram Moolenaar | 2013-05-21 | 1 | -1/+14 |
| | |||||
* | Updated runtime files. | Bram Moolenaar | 2013-05-06 | 1 | -3/+5 |
| | |||||
* | Updated runtime files. | Bram Moolenaar | 2013-04-05 | 1 | -6/+6 |
| | |||||
* | updated for version 7.3.872v7.3.872 | Bram Moolenaar | 2013-03-19 | 1 | -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 Moolenaar | 2013-03-19 | 1 | -1/+5 |
| | |||||
* | Updated runtime files. | Bram Moolenaar | 2013-03-07 | 1 | -4/+4 |
| | |||||
* | Update runtime files. | Bram Moolenaar | 2013-02-20 | 1 | -1/+2 |
| | |||||
* | Update runtime files. | Bram Moolenaar | 2013-02-13 | 1 | -6/+9 |
| | | | | Add missing test files. | ||||
* | Update runtime files. | Bram Moolenaar | 2013-01-30 | 1 | -5/+8 |
| | |||||
* | updated for version 7.3.782v7.3.782 | Bram Moolenaar | 2013-01-23 | 1 | -0/+4 |
| | | | | | Problem: Windows: IME composition may use a wrong font. Solution: Use 'guifontwide' for IME when it is set. (Taro Muraoka) |