summaryrefslogtreecommitdiffstats
path: root/src/buffer.c
AgeCommit message (Expand)Author
2019-04-27patch 8.1.1210: support for user commands is spread outv8.1.1210Bram Moolenaar
2019-04-07patch 8.1.1135: build failure for small versionv8.1.1135Bram Moolenaar
2019-04-07patch 8.1.1134: buffer for quickfix window is reused for another filev8.1.1134Bram Moolenaar
2019-04-04patch 8.1.1116: cannot enforce a Vim script stylev8.1.1116Bram Moolenaar
2019-03-30patch 8.1.1086: too many curly bracesv8.1.1086Bram Moolenaar
2019-03-24patch 8.1.1046: the "secure" variable is used inconsistentlyv8.1.1046Bram Moolenaar
2019-03-02patch 8.1.0989: various small code uglinessv8.1.0989Bram Moolenaar
2019-02-16patch 8.1.0936: may leak memory when using 'vartabstop'v8.1.0936Bram Moolenaar
2019-02-12patch 8.1.0904: USE_LONG_FNAME never definedv8.1.0904Bram Moolenaar
2019-02-10patch 8.1.0894: MS-Windows: resolve() does not return a reparse pointv8.1.0894Bram Moolenaar
2019-02-05patch 8.1.0877: new buffer used every time the quickfix window is openedv8.1.0877Bram Moolenaar
2019-01-26patch 8.1.0826: too many #ifdefsv8.1.0826Bram Moolenaar
2019-01-24patch 8.1.0805: too many #ifdefsv8.1.0805Bram Moolenaar
2019-01-20patch 8.1.0786: ml_get error when updating the status linev8.1.0786Bram Moolenaar
2019-01-20patch 8.1.0785: depending on the configuration some functions are unusedv8.1.0785Bram Moolenaar
2019-01-19patch 8.1.0779: argument for message functions is inconsistentv8.1.0779Bram Moolenaar
2019-01-17patch 8.1.0763: nobody is using the Sun Workshop supportv8.1.0763Bram Moolenaar
2019-01-15patch 8.1.0753: printf format not checked for semsg()v8.1.0753Bram Moolenaar
2019-01-13patch 8.1.0743: giving error messages is not flexiblev8.1.0743Bram Moolenaar
2019-01-01patch 8.1.0673: functionality for signs is spread out over several filesv8.1.0673Bram Moolenaar
2018-12-29patch 8.1.0658: deleting signs and completion for :sign is insufficientv8.1.0658Bram Moolenaar
2018-12-27patch 8.1.0644: finding next sign ID is inefficientv8.1.0644Bram Moolenaar
2018-12-24patch 8.1.0632: using sign group names is inefficientv8.1.0632Bram Moolenaar
2018-12-21patch 8.1.0614: placing signs can be complicatedv8.1.0614Bram Moolenaar
2018-12-21patch 8.1.0613: when executing an insecure function the secure flag is stuckv8.1.0613Bram Moolenaar
2018-12-13patch 8.1.0579: cannot attach properties to textv8.1.0579Bram Moolenaar
2018-11-20patch 8.1.0539: cannot build without the sandboxv8.1.0539Bram Moolenaar
2018-11-20patch 8.1.0538: evaluating a modeline might invoke using a shell commandv8.1.0538Bram Moolenaar
2018-11-10patch 8.1.0515: reloading a script gives errors for existing functionsv8.1.0515Bram Moolenaar
2018-10-11patch 8.1.0470: pointer ownership around fname_expand() is unclearv8.1.0470Bram Moolenaar
2018-09-30patch 8.1.0443: unnecessary static function prototypesv8.1.0443Bram Moolenaar
2018-09-21patch 8.1.0425: ml_get error and crash with appendbufline()v8.1.0425Bram Moolenaar
2018-09-13patch 8.1.0384: sign ordering depends on +netbeans featurev8.1.0384Bram Moolenaar
2018-09-10patch 8.1.0362: cannot get the script line number when executing a functionv8.1.0362Bram Moolenaar
2018-09-01patch 8.1.0342: crash when a callback deletes a window that is being usedv8.1.0342Bram Moolenaar
2018-08-21patch 8.1.0310: file info msg not always suppressed with 'F' in 'shortmess'v8.1.0310Bram Moolenaar
2018-08-21patch 8.1.0306: plural messages are not translated properlyv8.1.0306Bram Moolenaar
2018-08-11patch 8.1.0268: file type checking has too many #ifdefv8.1.0268Bram Moolenaar
2018-08-07patch 8.1.0253: saving and restoring window title does not always workv8.1.0253Bram Moolenaar
2018-08-05patch 8.1.0240: g:actual_curbuf set in wrong scopev8.1.0240Bram Moolenaar
2018-08-01patch 8.1.0230: directly checking 'buftype' valuev8.1.0230Bram Moolenaar
2018-06-23patch 8.1.0105: all tab stops are the samev8.1.0105Bram Moolenaar
2018-06-16patch 8.1.0061: window title is wrong after resetting and setting 'title'v8.1.0061Bram Moolenaar
2018-06-06patch 8.1.0036: not restoring Insert mode if leaving prompt buffer with mousev8.1.0036Bram Moolenaar
2018-06-03patch 8.1.0027: difficult to make a plugin that feeds a line to a jobv8.1.0027Bram Moolenaar
2018-05-13patch 8.0.1836: buffer-local window options may not be recentv8.0.1836Bram Moolenaar
2018-04-24patch 8.0.1763: :argedit does not reuse an empty unnamed bufferv8.0.1763Bram Moolenaar
2018-04-17patch 8.0.1732: crash when terminal API call deletes the bufferv8.0.1732Bram Moolenaar
2018-04-10patch 8.0.1688: some macros are used without a semicolonv8.0.1688Bram Moolenaar
2018-03-29patch 8.0.1651: cannot filter :ls output for terminal buffersv8.0.1651Bram Moolenaar