summaryrefslogtreecommitdiff
path: root/src/window.c
Commit message (Expand)AuthorAgeFilesLines
...
* patch 8.1.1242: no cmdline redraw when tabpages have different 'cmdheight'v8.1.1242Bram Moolenaar2019-05-011-0/+2
* patch 8.1.1241: Ex command info contains confusing informationv8.1.1241Bram Moolenaar2019-05-011-7/+7
* patch 8.1.1228: not possible to process tags with a functionv8.1.1228Bram Moolenaar2019-04-281-4/+6
* patch 8.1.1218: cannot set a directory for a tab pagev8.1.1218Bram Moolenaar2019-04-271-5/+19
* patch 8.1.1207: some compilers give warning messagesv8.1.1207Bram Moolenaar2019-04-261-1/+1
* patch 8.1.1205: a BufReadPre autocommand may cause the cursor to movev8.1.1205Bram Moolenaar2019-04-251-0/+29
* patch 8.1.1182: some function prototypes are outdatedv8.1.1182Bram Moolenaar2019-04-171-1/+1
* patch 8.1.1140: not easy to find out what neighbors a window hasv8.1.1140Bram Moolenaar2019-04-081-18/+48
* patch 8.1.1088: height of quickfix window not retained with vertical splitv8.1.1088Bram Moolenaar2019-03-301-4/+4
* patch 8.1.1015: quickfix buffer shows up in list, can't get buffer numberv8.1.1015Bram Moolenaar2019-03-171-3/+9
* patch 8.1.0994: relative cursor position is not calculated correctlyv8.1.0994Bram Moolenaar2019-03-041-9/+10
* patch 8.1.0974: cannot switch from terminal window to previous tabpagev8.1.0974Bram Moolenaar2019-02-221-4/+5
* patch 8.1.0972: cannot switch from terminal window to next tabpagev8.1.0972Bram Moolenaar2019-02-221-1/+5
* patch 8.1.0932: Farsi support is outdated and unusedv8.1.0932Bram Moolenaar2019-02-161-6/+0
* patch 8.1.0914: code related to findfile() is spread outv8.1.0914Bram Moolenaar2019-02-131-315/+0
* patch 8.1.0892: failure when closing a window when location list is in usev8.1.0892Bram Moolenaar2019-02-101-2/+1
* patch 8.1.0864: cannot have a local value for 'scrolloff' and 'sidescrolloff'v8.1.0864Bram Moolenaar2019-01-311-1/+5
* patch 8.1.0826: too many #ifdefsv8.1.0826Bram Moolenaar2019-01-261-4/+0
* patch 8.1.0810: too many #ifdefsv8.1.0810Bram Moolenaar2019-01-241-7/+2
* patch 8.1.0779: argument for message functions is inconsistentv8.1.0779Bram Moolenaar2019-01-191-2/+2
* patch 8.1.0753: printf format not checked for semsg()v8.1.0753Bram Moolenaar2019-01-151-4/+4
* patch 8.1.0743: giving error messages is not flexiblev8.1.0743Bram Moolenaar2019-01-131-26/+26
* patch 8.1.0726: redrawing specifically for conceal featurev8.1.0726Bram Moolenaar2019-01-111-2/+2
* patch 8.1.0698: clearing the window is used too oftenv8.1.0698Bram Moolenaar2019-01-061-7/+6
* patch 8.1.0623: iterating through window frames is repeatedv8.1.0623Bram Moolenaar2018-12-221-36/+31
* patch 8.1.0615: get_tv function names are not consistentv8.1.0615Bram Moolenaar2018-12-211-10/+10
* patch 8.1.0514: CTRL-W ^ does not work when alternate buffer has no namev8.1.0514Bram Moolenaar2018-11-101-2/+15
* patch 8.1.0443: unnecessary static function prototypesv8.1.0443Bram Moolenaar2018-09-301-4/+0
* patch 8.1.0434: copy_loclist() is too longv8.1.0434Bram Moolenaar2018-09-251-1/+1
* patch 8.1.0377: xdiff doesn't use the Vim memory allocation functionsv8.1.0377Bram Moolenaar2018-09-131-1/+1
* patch 8.1.0307: there is no good way to get the window layoutv8.1.0307Bram Moolenaar2018-08-211-0/+49
* patch 8.1.0213: CTRL-W CR does not work properly in a quickfix windowv8.1.0213Bram Moolenaar2018-07-251-13/+4
* patch 8.1.0064: typing CTRL-W in a prompt buffer shows mode "-- --"v8.1.0064Bram Moolenaar2018-06-171-0/+2
* patch 8.1.0046: loading a session file fails if 'winheight' is bigv8.1.0046Bram Moolenaar2018-06-121-8/+32
* patch 8.1.0042: if omni completion opens a window Insert mode is stoppedv8.1.0042Bram Moolenaar2018-06-101-4/+14
* patch 8.1.0036: not restoring Insert mode if leaving prompt buffer with mousev8.1.0036Bram Moolenaar2018-06-061-0/+9
* patch 8.1.0035: not easy to switch between prompt buffer and other windowsv8.1.0035Bram Moolenaar2018-06-061-0/+43
* patch 8.0.1790: 'winfixwidth' is not always respected by :closev8.0.1790Bram Moolenaar2018-05-041-13/+35
* patch 8.0.1707: when 'wfh' is set ":bel 10new" scrolls windowv8.0.1707Bram Moolenaar2018-04-131-1/+8
* patch 8.0.1688: some macros are used without a semicolonv8.0.1688Bram Moolenaar2018-04-101-26/+33
* patch 8.0.1566: too many #ifdefsv8.0.1566Bram Moolenaar2018-03-041-7/+1
* patch 8.0.1564: too many #ifdefsv8.0.1564Bram Moolenaar2018-03-041-98/+9
* patch 8.0.1528: dead code foundv8.0.1528Bram Moolenaar2018-02-201-2/+0
* patch 8.0.1496: clearing a pointer takes two linesv8.0.1496Bram Moolenaar2018-02-101-6/+2
* patch 8.0.1446: acessing freed memory after window command in auto commandv8.0.1446Bram Moolenaar2018-01-311-1/+9
* patch 8.0.1426: "gf" and <cfile> don't accept ? and & in URLv8.0.1426Bram Moolenaar2017-12-251-2/+14
* patch 8.0.1375: window size wrong after maximizing with WinBarv8.0.1375Bram Moolenaar2017-12-051-14/+23
* patch 8.0.1334: splitting a window with a WinBar damages window layoutv8.0.1334Bram Moolenaar2017-11-251-22/+7
* patch 8.0.1331: possible crash when window can be zero lines highv8.0.1331Bram Moolenaar2017-11-221-3/+4
* patch 8.0.1236: Mac features are confusingv8.0.1236Bram Moolenaar2017-10-281-1/+1