summaryrefslogtreecommitdiff
path: root/src/proto
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.0763: nobody is using the Sun Workshop supportv8.1.0763Bram Moolenaar2019-01-171-49/+0
* patch 8.1.0753: printf format not checked for semsg()v8.1.0753Bram Moolenaar2019-01-151-2/+11
* patch 8.1.0743: giving error messages is not flexiblev8.1.0743Bram Moolenaar2019-01-1311-23/+20
* patch 8.1.0741: viminfo with Blob is not testedv8.1.0741Bram Moolenaar2019-01-131-0/+2
* patch 8.1.0735: cannot handle binary datav8.1.0735Bram Moolenaar2019-01-122-2/+15
* patch 8.1.0726: redrawing specifically for conceal featurev8.1.0726Bram Moolenaar2019-01-111-1/+0
* patch 8.1.0722: cannot build without the virtualedit featurev8.1.0722Bram Moolenaar2019-01-111-1/+1
* patch 8.1.0717: there is no function for the ":sign jump" commandv8.1.0717Bram Moolenaar2019-01-111-0/+1
* patch 8.1.0709: windows are updated for every added/deleted signv8.1.0709Bram Moolenaar2019-01-091-0/+1
* patch 8.1.0708: third argument for redrawWinline() is always FALSEv8.1.0708Bram Moolenaar2019-01-091-1/+1
* patch 8.1.0706: tabline is not always redrawnv8.1.0706Bram Moolenaar2019-01-081-0/+1
* patch 8.1.0691: text properties are not adjusted for :substitutev8.1.0691Bram Moolenaar2019-01-041-0/+1
* patch 8.1.0688: text properties are not restored by undov8.1.0688Bram Moolenaar2019-01-041-1/+1
* patch 8.1.0685: get_buf_tv() is named inconsistentlyv8.1.0685Bram Moolenaar2019-01-031-1/+1
* patch 8.1.0678: text properties as not adjusted for inserted textv8.1.0678Bram Moolenaar2019-01-021-0/+1
* patch 8.1.0675: text property column in screen columns is not practicalv8.1.0675Bram Moolenaar2019-01-011-0/+1
* patch 8.1.0673: functionality for signs is spread out over several filesv8.1.0673Bram Moolenaar2019-01-013-32/+25
* patch 8.1.0671: cursor in the wrong column after auto-formattingv8.1.0671Bram Moolenaar2018-12-311-1/+1
* patch 8.1.0661: clipboard regexp might be used recursivelyv8.1.0661Bram Moolenaar2018-12-291-0/+1
* patch 8.1.0658: deleting signs and completion for :sign is insufficientv8.1.0658Bram Moolenaar2018-12-292-16/+13
* patch 8.1.0654: when deleting a line text property flags are not adjustedv8.1.0654Bram Moolenaar2018-12-281-1/+2
* patch 8.1.0644: finding next sign ID is inefficientv8.1.0644Bram Moolenaar2018-12-271-0/+2
* patch 8.1.0642: swapinfo() leaks memoryv8.1.0642Bram Moolenaar2018-12-261-0/+1
* patch 8.1.0636: line2byte() gives wrong values with text propertiesv8.1.0636Bram Moolenaar2018-12-251-1/+0
* patch 8.1.0629: "gn" selects the wrong text with a multi-line matchv8.1.0629Bram Moolenaar2018-12-231-1/+1
* patch 8.1.0619: :echomsg and :echoerr do not handle List and Dictv8.1.0619Bram Moolenaar2018-12-222-0/+2
* patch 8.1.0615: get_tv function names are not consistentv8.1.0615Bram Moolenaar2018-12-211-7/+7
* patch 8.1.0614: placing signs can be complicatedv8.1.0614Bram Moolenaar2018-12-214-6/+20
* patch 8.1.0607: proto files are not in sync with the source codev8.1.0607Bram Moolenaar2018-12-185-7/+7
* patch 8.1.0590: when a job ends the closed channels are not handledv8.1.0590Bram Moolenaar2018-12-141-1/+1
* patch 8.1.0586: :digraph output is not easy to readv8.1.0586Bram Moolenaar2018-12-141-1/+1
* patch 8.1.0583: using illogical name for get_dict_number()/get_dict_string()v8.1.0583Bram Moolenaar2018-12-141-3/+3
* patch 8.1.0579: cannot attach properties to textv8.1.0579Bram Moolenaar2018-12-132-0/+18
* patch 8.1.0542: shiftwidth() does not take 'vartabstop' into accountv8.1.0542Bram Moolenaar2018-11-222-0/+4
* patch 8.1.0523: opening window from quickfix leaves empty buffer behindv8.1.0523Bram Moolenaar2018-11-111-0/+1
* patch 8.1.0519: cannot save and restore the tag stackv8.1.0519Bram Moolenaar2018-11-114-0/+5
* patch 8.1.0493: argv() and argc() only work on the current argument listv8.1.0493Bram Moolenaar2018-10-251-0/+1
* patch 8.1.0488: using freed memory in quickfix codev8.1.0488Bram Moolenaar2018-10-201-0/+1
* patch 8.1.0487: no menus specifically for the terminal windowv8.1.0487Bram Moolenaar2018-10-191-1/+1
* patch 8.1.0475: memory not freed on exit when quit in autocmdv8.1.0475Bram Moolenaar2018-10-141-4/+2
* patch 8.1.0466: autocmd test failsv8.1.0466Bram Moolenaar2018-10-071-1/+1
* patch 8.1.0447: GUI scrollbar test fails with Athena and Motifv8.1.0447Bram Moolenaar2018-10-021-1/+1
* patch 8.1.0445: setting 'term' does not store location for termcap optionsv8.1.0445Bram Moolenaar2018-10-021-1/+3
* patch 8.1.0439: recursive use of getcmdline() still not protectedv8.1.0439Bram Moolenaar2018-09-301-2/+1
* patch 8.1.0435: cursorline highlight not removed in some situationv8.1.0435Bram Moolenaar2018-09-251-0/+1
* patch 8.1.0434: copy_loclist() is too longv8.1.0434Bram Moolenaar2018-09-251-1/+1
* patch 8.1.0394: diffs are not always updated correctlyv8.1.0394Bram Moolenaar2018-09-161-0/+1
* patch 8.1.0392: error while typing :/foo/s// with 'incsearch' enabledv8.1.0392Bram Moolenaar2018-09-151-1/+1
* patch 8.1.0386: cannot test with non-default option valuev8.1.0386Bram Moolenaar2018-09-131-1/+1
* patch 8.1.0380: "make proto" doesn't work wellv8.1.0380Bram Moolenaar2018-09-134-4/+4