summaryrefslogtreecommitdiff
path: root/src/popupmnu.c
Commit message (Collapse)AuthorAgeFilesLines
* patch 7.4.1213v7.4.1213Bram Moolenaar2016-01-301-12/+10
| | | | | | Problem: Using old style function declarations. Solution: Change to new style function declarations. (script by Hirohito Higashi)
* patch 7.4.1199v7.4.1199Bram Moolenaar2016-01-291-1/+1
| | | | | Problem: Still using __ARGS. Solution: Remove __ARGS in several files. (script by Hirohito Higashi)
* patch 7.4.901v7.4.901Bram Moolenaar2015-10-301-0/+10
| | | | | | Problem: When a BufLeave autocommand changes folding in a way it syncs undo, undo can be corrupted. Solution: Prevent undo sync. (Jacob Niehus)
* updated for version 7.4.383v7.4.383Bram Moolenaar2014-07-231-0/+6
| | | | | Problem: Bad interaction between preview window and omnifunc. Solution: Avoid redrawing the status line. (Hirohito Higashi)
* updated for version 7.4.361v7.4.361Bram Moolenaar2014-07-091-0/+2
| | | | | Problem: Lots of flickering when filling the preview window for 'omnifunc'. Solution: Disable redrawing. (Hirohito Higashi)
* updated for version 7.4.072v7.4.072Bram Moolenaar2013-11-061-4/+4
| | | | | Problem: Crash when using Insert mode completion. Solution: Avoid going past the end of pum_array. (idea by Fransisco Lopes)
* updated for version 7.3.044v7.3.044Bram Moolenaar2010-10-271-1/+4
| | | | | | Problem: The preview window opened by the popup menu is larger than specified with 'previewheight'. (Benjamin Haskell) Solution: Use 'previewheight' if it's set and smaller.
* Remove unused code.Bram Moolenaar2010-08-081-11/+0
|
* updated for version 7.2.396v7.2.396Bram Moolenaar2010-03-171-1/+1
| | | | | Problem: Get E38 errors. (Dasn) Solution: Set cursor to line 1 instead of 0. (Dominique Pelle)
* updated for version 7.2.342v7.2.342Bram Moolenaar2010-01-191-9/+24
| | | | | | Problem: Popup menu displayed wrong in 'rightleft' mode when there are multi-byte characters. Solution: Adjust the column computations. (Dominique Pelle)
* updated for version 7.2-041v7.2.041Bram Moolenaar2008-11-151-1/+1
|
* updated for version 7.2b-000v7.2b.000Bram Moolenaar2008-07-131-3/+2
|
* updated for version 7.2aBram Moolenaar2008-06-241-9/+23
|
* updated for version 7.1-283v7.1.283Bram Moolenaar2008-03-161-1/+1
|
* updated for version 7.1-058v7.1.058Bram Moolenaar2007-08-081-20/+126
|
* updated for version 7.1-016v7.1.016Bram Moolenaar2007-06-281-1/+1
|
* updated for version 7.0-223v7.0.223Bram Moolenaar2007-03-271-2/+14
|
* updated for version 7.0-066v7.0.066Bram Moolenaar2006-08-221-0/+3
|
* updated for version 7.0e04v7.0e04Bram Moolenaar2006-04-201-10/+24
|
* updated for version 7.0e01v7.0e01Bram Moolenaar2006-04-171-2/+2
|
* updated for version 7.0dv7.0dBram Moolenaar2006-04-101-11/+17
|
* updated for version 7.0c02v7.0c02Bram Moolenaar2006-03-281-4/+7
|
* updated for version 7.0bv7.0bBram Moolenaar2006-03-241-0/+565