summaryrefslogtreecommitdiffstats
path: root/src/edit.c
AgeCommit message (Expand)Author
2018-06-10patch 8.1.0040: warnings from 64-bit compilerv8.1.0040Bram Moolenaar
2018-06-06patch 8.1.0036: not restoring Insert mode if leaving prompt buffer with mousev8.1.0036Bram Moolenaar
2018-06-06patch 8.1.0035: not easy to switch between prompt buffer and other windowsv8.1.0035Bram Moolenaar
2018-06-03patch 8.1.0027: difficult to make a plugin that feeds a line to a jobv8.1.0027Bram Moolenaar
2018-05-22patch 8.1.0020: cannot tell whether a register is executing or recordingv8.1.0020Bram Moolenaar
2018-05-10patch 8.0.1809: various typosv8.0.1809Bram Moolenaar
2018-05-08patch 8.0.1806: InsertCharPre causes problems for autocompletev8.0.1806Bram Moolenaar
2018-04-26patch 8.0.1766: expanding abbreviation doesn't workv8.0.1766Bram Moolenaar
2018-04-24patch 8.0.1758: open_line() returns TRUE/FALSE for success/failurev8.0.1758Bram Moolenaar
2018-04-17patch 8.0.1731: characters deleted on completionv8.0.1731Bram Moolenaar
2018-03-06patch 8.0.1575: crash when using virtual replacev8.0.1575Bram Moolenaar
2018-03-04patch 8.0.1566: too many #ifdefsv8.0.1566Bram Moolenaar
2018-03-04patch 8.0.1564: too many #ifdefsv8.0.1564Bram Moolenaar
2018-02-10patch 8.0.1496: clearing a pointer takes two linesv8.0.1496Bram Moolenaar
2018-02-10patch 8.0.1494: no autocmd triggered in Insert mode with visible popup menuv8.0.1494Bram Moolenaar
2018-02-10patch 8.0.1493: completion items cannot be annotatedv8.0.1493Bram Moolenaar
2018-02-09patch 8.0.1482: using feedkeys() does not work to test completionv8.0.1482Bram Moolenaar
2018-02-09patch 8.0.1481: clearing a pointer takes two linesv8.0.1481Bram Moolenaar
2018-02-09patch 8.0.1479: insert mode completion state is confusingv8.0.1479Bram Moolenaar
2018-01-31patch 8.0.1449: slow redrawing with DirectXv8.0.1449Bram Moolenaar
2017-11-28patch 8.0.1356: using simalt in a GUIEnter autocommand inserts charactersv8.0.1356Bram Moolenaar
2017-11-25patch 8.0.1338: USE_IM_CONTROL is confusing and incompletev8.0.1338Bram Moolenaar
2017-11-18patch 8.0.1309: cannot use 'balloonexpr' in a terminalv8.0.1309Bram Moolenaar
2017-10-28patch 8.0.1236: Mac features are confusingv8.0.1236Bram Moolenaar
2017-10-24patch 8.0.1215: newer gcc warns for implicit fallthroughv8.0.1215Bram Moolenaar
2017-09-26patch 8.0.1154: 'indentkeys' does not work properlyv8.0.1154Bram Moolenaar
2017-09-22patch 8.0.1136: W_WIDTH() is always the samev8.0.1136Bram Moolenaar
2017-09-22patch 8.0.1135: W_WINCOL() is always the samev8.0.1135Bram Moolenaar
2017-09-16patch 8.0.1118: FEAT_WINDOWS adds a lot of #ifdefsv8.0.1118Bram Moolenaar
2017-09-02patch 8.0.1041: bogus characters when indenting during visual-block appendv8.0.1041Bram Moolenaar
2017-08-30patch 8.0.1026: GTK on-the-spot input has problemsv8.0.1026Bram Moolenaar
2017-08-16patch 8.0.0948: crash if timer closes window while dragging status linev8.0.0948Bram Moolenaar
2017-06-29patch 8.0.0691: compiler warning without the linebreak featurev8.0.0691Bram Moolenaar
2017-06-24patch 8.0.0669: CTRL-N at start of the buffer does not work correctlyv8.0.0669Bram Moolenaar
2017-06-17patch 8.0.0643: when a pattern search is slow Vim becomes unusablev8.0.0643Bram Moolenaar
2017-05-01patch 8.0.0596: crash when complete() called after complete_add()v8.0.0596Bram Moolenaar
2017-04-07patch 8.0.0544: cppcheck warningsv8.0.0544Bram Moolenaar
2017-04-03patch 8.0.0541: compiler warning on MS-Windowsv8.0.0541Bram Moolenaar
2017-04-01patch 8.0.0533: abbreviation doesn't work after backspacing newlinev8.0.0533Bram Moolenaar
2017-03-31patch 8.0.0530: buffer overflow when 'columns' is very bigv8.0.0530Bram Moolenaar
2017-03-16patch 8.0.0466: still macros that should be all-capsv8.0.0466Bram Moolenaar
2017-03-12patch 8.0.0452: some macros are in lower casev8.0.0452Bram Moolenaar
2017-03-12patch 8.0.0451: some macros are in lower casev8.0.0451Bram Moolenaar
2017-03-12patch 8.0.0448: some macros are in lower casev8.0.0448Bram Moolenaar
2017-03-09patch 8.0.0440: not enough test coverage in Insert modev8.0.0440Bram Moolenaar
2017-03-05patch 8.0.0425: build errors when building without foldingv8.0.0425Bram Moolenaar
2017-03-01patch 8.0.0390: when the window scrolls the popup menu may be garbledv8.0.0390Bram Moolenaar
2017-02-26patch 8.0.0379: CTRL-Z and mouse click use CTRL-O unnecessaryv8.0.0379Bram Moolenaar
2017-02-25patch 8.0.0365: might free a dict item that wasn't allocatedv8.0.0365Bram Moolenaar
2017-02-23patch 8.0.0358: invalid memory access in C-indent codev8.0.0358Bram Moolenaar