summaryrefslogtreecommitdiff
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
* Update runtime files.Bram Moolenaar2019-01-1732-595/+1009
* patch 8.1.0763: nobody is using the Sun Workshop supportv8.1.0763Bram Moolenaar2019-01-173-93/+18
* patch 8.1.0759: showing two characters for tab is limitedv8.1.0759Bram Moolenaar2019-01-161-5/+20
* patch 8.1.0757: not enough documentation for Blobsv8.1.0757Bram Moolenaar2019-01-151-15/+138
* patch 8.1.0736: code for Blob not sufficiently testedv8.1.0736Bram Moolenaar2019-01-131-8/+12
* patch 8.1.0735: cannot handle binary datav8.1.0735Bram Moolenaar2019-01-123-31/+95
* patch 8.1.0731: JS encoding does not handle negative infinityv8.1.0731Bram Moolenaar2019-01-121-1/+3
* patch 8.1.0729: there is a SourcePre autocommand event but not a SourcePostv8.1.0729Bram Moolenaar2019-01-121-0/+6
* patch 8.1.0728: cannot avoid breaking after a single space.v8.1.0728Bram Moolenaar2019-01-111-0/+11
* patch 8.1.0720: cannot easily change the current quickfx list indexv8.1.0720Bram Moolenaar2019-01-112-22/+54
* patch 8.1.0719: too many #ifdefsv8.1.0719Bram Moolenaar2019-01-111-3/+3
* patch 8.1.0717: there is no function for the ":sign jump" commandv8.1.0717Bram Moolenaar2019-01-113-3/+23
* patch 8.1.0716: get warning message when 'completefunc' returns nothingv8.1.0716Bram Moolenaar2019-01-111-0/+4
* patch 8.1.0706: tabline is not always redrawnv8.1.0706Bram Moolenaar2019-01-082-1/+9
* patch 8.1.0702: ":sign place" only uses the current bufferv8.1.0702Bram Moolenaar2019-01-071-0/+3
* patch 8.1.0697: ":sign place" requires the buffer argumentv8.1.0697Bram Moolenaar2019-01-062-25/+52
* patch 8.1.0695: internal error when using :popupv8.1.0695Bram Moolenaar2019-01-061-2/+4
* patch 8.1.0675: text property column in screen columns is not practicalv8.1.0675Bram Moolenaar2019-01-011-11/+13
* Update runtime filesBram Moolenaar2019-01-0121-95/+136
* patch 8.1.0658: deleting signs and completion for :sign is insufficientv8.1.0658Bram Moolenaar2018-12-291-6/+29
* Update runtime files.Bram Moolenaar2018-12-2711-129/+148
* patch 8.1.0648: custom operators can't act upon a forced motionv8.1.0648Bram Moolenaar2018-12-271-0/+4
* patch 8.1.0644: finding next sign ID is inefficientv8.1.0644Bram Moolenaar2018-12-271-4/+4
* patch 8.1.0634: text properties cannot cross line boundariesv8.1.0634Bram Moolenaar2018-12-241-3/+7
* patch 8.1.0621: terminal debugger does not handle unexpected debugger exitv8.1.0621Bram Moolenaar2018-12-221-5/+17
* patch 8.1.0619: :echomsg and :echoerr do not handle List and Dictv8.1.0619Bram Moolenaar2018-12-221-4/+5
* patch 8.1.0614: placing signs can be complicatedv8.1.0614Bram Moolenaar2018-12-213-2/+324
* Update runtime files.Bram Moolenaar2018-12-1825-277/+530
* patch 8.1.0606: 'cryptmethod' defaults to a very old methodv8.1.0606Bram Moolenaar2018-12-161-3/+3
* patch 8.1.0599: without the +eval feature the indent tests don't workv8.1.0599Bram Moolenaar2018-12-152-4/+15
* patch 8.1.0586: :digraph output is not easy to readv8.1.0586Bram Moolenaar2018-12-141-1/+3
* patch 8.1.0579: cannot attach properties to textv8.1.0579Bram Moolenaar2018-12-133-4/+323
* patch 8.1.0576: indent script tests pick up installed scriptsv8.1.0576Bram Moolenaar2018-12-101-2/+3
* Update runtime files.Bram Moolenaar2018-12-0927-142/+403
* patch 8.1.0575: Termdebug: clearing multi-breakpoint does not workv8.1.0575Bram Moolenaar2018-12-091-48/+92
* patch 8.1.0573: cannot redefine user command without ! in same scriptv8.1.0573Bram Moolenaar2018-12-081-11/+23
* patch 8.1.0557: Termdebug: gdb may use X.Y for breakpoint numberv8.1.0557Bram Moolenaar2018-12-021-80/+102
* patch 8.1.0553: it is not easy to edit a script that was sourcedv8.1.0553Bram Moolenaar2018-11-301-0/+3
* patch 8.1.0545: when executing indent tests user preferences interferev8.1.0545Bram Moolenaar2018-11-252-3/+5
* Update runtime filesBram Moolenaar2018-11-259-65/+158
* patch 8.1.0542: shiftwidth() does not take 'vartabstop' into accountv8.1.0542Bram Moolenaar2018-11-222-12/+17
* patch 8.1.0539: cannot build without the sandboxv8.1.0539Bram Moolenaar2018-11-201-1/+1
* Update runtime files.Bram Moolenaar2018-11-1619-184/+302
* patch 8.1.0519: cannot save and restore the tag stackv8.1.0519Bram Moolenaar2018-11-113-0/+67
* patch 8.1.0515: reloading a script gives errors for existing functionsv8.1.0515Bram Moolenaar2018-11-101-3/+7
* patch 8.1.0514: CTRL-W ^ does not work when alternate buffer has no namev8.1.0514Bram Moolenaar2018-11-101-3/+5
* Update runtime filesBram Moolenaar2018-11-0425-78/+223
* patch 8.1.0507: .raml files not properly detectedv8.1.0507Bram Moolenaar2018-11-031-4/+7
* patch 8.1.0498: /etc/gitconfig not recognized at a gitconfig filev8.1.0498Bram Moolenaar2018-10-271-5/+5
* patch 8.1.0496: no tests for indent filesv8.1.0496Bram Moolenaar2018-10-257-0/+322