summaryrefslogtreecommitdiff
path: root/runtime
Commit message (Collapse)AuthorAgeFilesLines
* Updated runtime files.Bram Moolenaar2015-12-058-231/+270
|
* patch 7.4.956v7.4.956Bram Moolenaar2015-12-031-1/+1
| | | | | Problem: A few more file name extensions not recognized. Solution: Add .asciidoc, .bzl, .gradle, etc.
* patch 7.4.955v7.4.955Bram Moolenaar2015-12-031-1/+2
| | | | | Problem: Vim doesn't recognize .pl6 and .pod6 files. Solution: Recognize them as perl6 and pod6. (Mike Eve, closes #511)
* patch 7.4.951v7.4.951Bram Moolenaar2015-12-031-0/+9
| | | | | Problem: Sorting number strings does not work as expected. (Luc Hermitte) Solution: Add the 'N" argument to sort()
* patch 7.4.945v7.4.945Bram Moolenaar2015-11-302-14/+25
| | | | | | | | Problem: New style testing is incomplete. Solution: Add the runtest script to the list of distributed files. Add the new functions to the function overview. Rename the functions to match Vim function style. Move undolevels testing into a new style test script.
* patch 7.4.944v7.4.944Bram Moolenaar2015-11-291-1/+38
| | | | | | | Problem: Writing tests for Vim script is hard. Solution: Add assertEqual(), assertFalse() and assertTrue() functions. Add the v:errors variable. Add the runtest script. Add a first new style test script.
* Update runtime files.Bram Moolenaar2015-11-2412-112/+165
|
* patch 7.4.941v7.4.941Bram Moolenaar2015-11-245-23/+47
| | | | | Problem: There is no way to ignore case only for tag searches. Solution: Add the 'tagcase' option. (Gary Johnson)
* Update runtime files.Bram Moolenaar2015-11-198-42/+62
|
* patch 7.4.925v7.4.925Bram Moolenaar2015-11-192-1/+8
| | | | | | Problem: User may yank or put using the register being recorded in. Solution: Add the recording register in the message. (Christian Brabandt, closes #470)
* Updated runtime files.Bram Moolenaar2015-11-1014-265/+317
|
* patch 7.4.920v7.4.920Bram Moolenaar2015-11-101-0/+4
| | | | | Problem: The rubydll option is not in the options window. Solution: Add the rubydll option.
* patch 7.4.919v7.4.919Bram Moolenaar2015-11-101-1/+17
| | | | | Problem: The dll options are not in the options window. Solution: Add the dll options. And other fixes.
* patch 7.4.918v7.4.918Bram Moolenaar2015-11-101-2/+2
| | | | | Problem: A digit in an option name has problems. Solution: Rename 'python3dll' to 'pythonthreedll'.
* patch 7.4.913v7.4.913Bram Moolenaar2015-11-101-22/+29
| | | | | Problem: No utf-8 support for the hangul input feature. Solution: Add utf-8 support. (Namsh)
* patch 7.4.907v7.4.907Bram Moolenaar2015-11-025-15/+112
| | | | | | | Problem: Libraries for dynamically loading interfaces can only be defined at compile time. Solution: Add options to specify the dll names. (Kazuki Sakamoto, closes #452)
* Add files in patch 7.4.904 missing from commit.Bram Moolenaar2015-11-022-0/+160
|
* Updated runtime files.Bram Moolenaar2015-11-015-346/+315
|
* Update runtime files.Bram Moolenaar2015-10-3014-2162/+3005
|
* Update runtime files.Bram Moolenaar2015-10-1318-96/+419
|
* Update various runtime files.Bram Moolenaar2015-09-2519-76/+153
|
* Update documentation and syntax files.Bram Moolenaar2015-09-0811-60/+127
|
* patch 7.4.859v7.4.859Bram Moolenaar2015-09-081-2/+2
| | | | | Problem: Vim doesn't recognize all htmldjango files. Solution: Recognize a comment. (Daniel Hahler, PR #410)
* patch 7.4.858v7.4.858Bram Moolenaar2015-09-085-4/+16
| | | | | | Problem: It's a bit clumsy to execute a command on a list of matches. Solution: Add the ":ldo", ":lfdo", ":cdo" and ":cfdo" commands. (Yegappan Lakshmanan)
* patch 7.4.852v7.4.852Bram Moolenaar2015-09-011-3/+1
| | | | | | Problem: On MS-Windows console Vim uses ANSI APIs for keyboard input and console output, it cannot input/output Unicode characters. Solution: Use Unicode APIs for console I/O. (Ken Takata, Yasuhiro Matsumoto)
* patch 7.4.849v7.4.849Bram Moolenaar2015-09-011-0/+25
| | | | | | Problem: Moving the cursor in Insert mode starts new undo sequence. Solution: Add CTRL-G U to keep the undo sequence for the following cursor movement command. (Christian Brabandt)
* Updated runtime files and Italian messages.Bram Moolenaar2015-08-256-27/+53
|
* Update runtime files.Bram Moolenaar2015-08-1114-58/+104
|
* patch 7.4.813v7.4.813Bram Moolenaar2015-08-111-0/+41
| | | | | Problem: It is not possible to save and restore character search state. Solution: Add getcharsearch() and setcharsearch(). (James McCoy)
* Correct optwin script, update PHP complete.Bram Moolenaar2015-07-222-59/+112
|
* Updated and new runtime files.Bram Moolenaar2015-07-2116-104/+328
|
* patch 7.4.793v7.4.793Bram Moolenaar2015-07-211-1/+43
| | | | | Problem: Can't specify when not to ring the bell. Solution: Add the 'belloff' option. (Christian Brabandt)
* patch 7.4.792v7.4.792Bram Moolenaar2015-07-211-2/+11
| | | | | Problem: Can only conceal text by defining syntax items. Solution: Use matchadd() to define concealing. (Christian Brabandt)
* patch 7.4.791v7.4.791Bram Moolenaar2015-07-211-3/+19
| | | | | | Problem: The buffer list can be very long. Solution: Add an argument to ":ls" to specify the type of buffer to list. (Marcin Szamotulski)
* patch 7.4.786v7.4.786Bram Moolenaar2015-07-172-0/+31
| | | | | Problem: It is not possible for a plugin to adjust to a changed setting. Solution: Add the OptionSet autocommand event. (Christian Brabandt)
* patch 7.4.785v7.4.785Bram Moolenaar2015-07-172-10/+25
| | | | | | Problem: On some systems automatically adding the missing EOL causes problems. Setting 'binary' has too many side effects. Solution: Add the 'fixeol' option, default on. (Pavel Samarkin)
* Updated runtime files.Bram Moolenaar2015-07-1010-193/+218
|
* patch 7.4.775v7.4.775Bram Moolenaar2015-07-101-0/+8
| | | | | | Problem: It is not possible to avoid using the first item of completion. Solution: Add the "noinsert" and "noselect" values to 'completeopt'. (Shougo Matsu)
* patch 7.4.774v7.4.774Bram Moolenaar2015-07-102-0/+8
| | | | | | Problem: When using the CompleteDone autocommand event it's difficult to get to the completed items. Solution: Add the v:completed_items variable. (Shougo Matsu)
* Update help files.Bram Moolenaar2015-06-267-37/+69
|
* patch 7.4.755v7.4.755Bram Moolenaar2015-06-251-8/+4
| | | | | | Problem: It is not easy to count the number of characters. Solution: Add the skipcc argument to strchars(). (Hirohito Higashi, Ken Takata)
* patch 7.4.752v7.4.752Bram Moolenaar2015-06-211-0/+2
| | | | | | Problem: Unicode 8.0 not supported. Solution: Update tables for Unicode 8.0. Avoid E36 when running the script. (James McCoy)
* Add the logiPat plugin to the distribution.Bram Moolenaar2015-06-198-35/+593
|
* patch 7.4.742v7.4.742Bram Moolenaar2015-06-191-0/+1
| | | | | | Problem: Cannot specify a vertical split when loading a buffer for a quickfix command. Solution: Add the "vsplit" value to 'switchbuf'. (Brook Hong)
* Updated runtime files.Bram Moolenaar2015-06-1910-536/+556
|
* Updated runtime files.Bram Moolenaar2015-06-0922-177/+506
|
* patch 7.4.722v7.4.722Bram Moolenaar2015-05-041-2/+3
| | | | | Problem: 0x202f is not recognized as a non-breaking space character. Solution: Add 0x202f to the list. (Christian Brabandt)
* patch 7.4.710v7.4.710Bram Moolenaar2015-04-211-9/+13
| | | | | Problem: It is not possible to make spaces visibible in list mode. Solution: Add the "space" item to 'listchars'. (David Bürgin, issue 350)
* patch 7.4.709v7.4.709Bram Moolenaar2015-04-211-8/+14
| | | | | | Problem: ":tabmove" does not work as documented. Solution: Make it work consistently. Update documentation and add tests. (Hirohito Higashi)
* Remove local-additions entries from help.txt.Bram Moolenaar2015-04-151-11/+1
|