summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.1937: errors when using javascriptreactv8.1.1937Bram Moolenaar2019-08-294-3/+5
* patch 8.1.1936: not enough tests for text property popup windowv8.1.1936Bram Moolenaar2019-08-298-18/+146
* patch 8.1.1935: test for text property popup window is flakyv8.1.1935Bram Moolenaar2019-08-283-1/+4
* patch 8.1.1934: not enough tests for text property popup windowv8.1.1934Bram Moolenaar2019-08-287-1/+104
* patch 8.1.1933: the eval.c file is too bigv8.1.1933Bram Moolenaar2019-08-2716-2014/+2059
* patch 8.1.1932: ml_get errors after using append()v8.1.1932Bram Moolenaar2019-08-273-1/+18
* patch 8.1.1931: syntax test failsv8.1.1931Bram Moolenaar2019-08-262-1/+3
* patch 8.1.1930: cannot recognize .jsx and .tsx filesv8.1.1930Bram Moolenaar2019-08-266-3/+19
* patch 8.1.1929: no tests for text property popup windowv8.1.1929Bram Moolenaar2019-08-2510-2/+119
* patch 8.1.1928: popup windows don't move with the text when making changesv8.1.1928Bram Moolenaar2019-08-2510-96/+418
* patch 8.1.1927: code for dealing with script files is spread outv8.1.1927Bram Moolenaar2019-08-2514-1732/+1751
* patch 8.1.1926: cursorline not redrawn when putting a line above the cursorv8.1.1926Bram Moolenaar2019-08-252-3/+10
* patch 8.1.1925: more functions can be used as methodsv8.1.1925Bram Moolenaar2019-08-2415-46/+110
* patch 8.1.1924: using empty string for current buffer is unexpectedv8.1.1924Bram Moolenaar2019-08-244-24/+37
* patch 8.1.1923: some source files are not in a normal encodingv8.1.1923Bram Moolenaar2019-08-244-498/+500
* patch 8.1.1922: in diff mode global operations can be very slowv8.1.1922Bram Moolenaar2019-08-246-3/+21
* patch 8.1.1921: more functions can be used as methodsv8.1.1921Bram Moolenaar2019-08-2413-44/+109
* patch 8.1.1920: cannot always close a popup when filter consumes all eventsv8.1.1920Bram Moolenaar2019-08-247-10/+65
* patch 8.1.1919: using window options when passing a buffer to popup_create()v8.1.1919Bram Moolenaar2019-08-245-3/+18
* patch 8.1.1918: redrawing popups is inefficientv8.1.1918Bram Moolenaar2019-08-242-14/+19
* patch 8.1.1917: non-current window is not redrawn when moving popupv8.1.1917Bram Moolenaar2019-08-246-35/+43
* patch 8.1.1916: trying to allocate negative amount of memory closing popupv8.1.1916Bram Moolenaar2019-08-242-1/+8
* patch 8.1.1915: more functions can be used as methodsv8.1.1915Bram Moolenaar2019-08-2312-31/+84
* patch 8.1.1914: command line expansion code is spread outv8.1.1914Bram Moolenaar2019-08-234-862/+858
* patch 8.1.1913: not easy to compute the space on the command linev8.1.1913Bram Moolenaar2019-08-236-1/+34
* patch 8.1.1912: more functions can be used as methodsv8.1.1912Bram Moolenaar2019-08-224-48/+116
* patch 8.1.1911: more functions can be used as methodsv8.1.1911Bram Moolenaar2019-08-226-29/+51
* patch 8.1.1910: redrawing too much when toggling 'relativenumber'v8.1.1910Bram Moolenaar2019-08-222-2/+22
* patch 8.1.1909: more functions can be used as methodsv8.1.1909Bram Moolenaar2019-08-218-20/+42
* patch 8.1.1908: every popup window consumes a buffer numberv8.1.1908Bram Moolenaar2019-08-218-28/+75
* patch 8.1.1907: wrong position for info popup with scrollbar on the leftv8.1.1907Bram Moolenaar2019-08-2112-36/+60
* patch 8.1.1906: info popup size is sometimes incorrectv8.1.1906Bram Moolenaar2019-08-212-42/+51
* patch 8.1.1905: cannot set all properties of the info popupv8.1.1905Bram Moolenaar2019-08-2110-28/+87
* patch 8.1.1904: cannot have an info popup align with the popup menuv8.1.1904Bram Moolenaar2019-08-219-1/+116
* patch 8.1.1903: cannot build without the +eval featurev8.1.1903Bram Moolenaar2019-08-213-186/+205
* patch 8.1.1902: cannot have an info popup without a borderv8.1.1902Bram Moolenaar2019-08-217-8/+67
* patch 8.1.1901: the +insert_expand feature is not always availablev8.1.1901Bram Moolenaar2019-08-2134-383/+85
* patch 8.1.1900: sign test fails in the GUIv8.1.1900Bram Moolenaar2019-08-212-21/+26
* patch 8.1.1899: sign_place() does not work as documentedv8.1.1899Bram Moolenaar2019-08-213-5/+28
* patch 8.1.1898: crash when out of memory during startupv8.1.1898Bram Moolenaar2019-08-212-3/+10
* patch 8.1.1897: may free memory twice when out of memoryv8.1.1897Bram Moolenaar2019-08-213-4/+10
* patch 8.1.1896: compiler warning for unused variablev8.1.1896Bram Moolenaar2019-08-202-3/+7
* patch 8.1.1895: using NULL pointer when out of memoryv8.1.1895Bram Moolenaar2019-08-205-12/+35
* patch 8.1.1894: not checking for out-of-memory of autoload_name()v8.1.1894Bram Moolenaar2019-08-202-1/+5
* patch 8.1.1893: script to summarize test results can be improvedv8.1.1893Bram Moolenaar2019-08-202-8/+10
* patch 8.1.1892: missing index entry and option menu for 'completepopup'v8.1.1892Bram Moolenaar2019-08-206-5/+26
* patch 8.1.1891: functions used in one file are globalv8.1.1891Bram Moolenaar2019-08-2067-178/+162
* patch 8.1.1890: ml_get error when deleting fold markerv8.1.1890Bram Moolenaar2019-08-194-5/+32
* patch 8.1.1889: Coverity warns for using a NULL pointerv8.1.1889Bram Moolenaar2019-08-192-5/+8
* patch 8.1.1888: more functions can be used as methodsv8.1.1888Bram Moolenaar2019-08-189-39/+79