summaryrefslogtreecommitdiffstats
path: root/src/ex_cmds.c
AgeCommit message (Expand)Author
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-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-13patch 8.1.0743: giving error messages is not flexiblev8.1.0743Bram Moolenaar
2019-01-04patch 8.1.0691: text properties are not adjusted for :substitutev8.1.0691Bram Moolenaar
2019-01-01patch 8.1.0673: functionality for signs is spread out over several filesv8.1.0673Bram Moolenaar
2018-12-31patch 8.1.0669: the ex_sign() function is too longv8.1.0669Bram 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.0615: get_tv function names are not consistentv8.1.0615Bram Moolenaar
2018-12-21patch 8.1.0614: placing signs can be complicatedv8.1.0614Bram Moolenaar
2018-12-14patch 8.1.0588: cannot define a sign with space in the textv8.1.0588Bram Moolenaar
2018-11-10patch 8.1.0516: :move command marks buffer modified when nothing changedv8.1.0516Bram Moolenaar
2018-10-11patch 8.1.0470: pointer ownership around fname_expand() is unclearv8.1.0470Bram Moolenaar
2018-10-09patch 8.1.0468: MS-Windows: filter command with pipe character failsv8.1.0468Bram Moolenaar
2018-09-30patch 8.1.0443: unnecessary static function prototypesv8.1.0443Bram Moolenaar
2018-09-21patch 8.1.0416: sort doesn't report deleted linesv8.1.0416Bram Moolenaar
2018-09-13patch 8.1.0377: xdiff doesn't use the Vim memory allocation functionsv8.1.0377Bram Moolenaar
2018-08-21patch 8.1.0306: plural messages are not translated properlyv8.1.0306Bram Moolenaar
2018-08-11patch 8.1.0270: checking for a Tab in a line could be fasterv8.1.0270Bram Moolenaar
2018-08-02patch 8.1.0235: more help tags that jump to the wrong locationv8.1.0235Bram Moolenaar
2018-08-01patch 8.1.0231: :help -? goes to help for -+v8.1.0231Bram Moolenaar
2018-06-28patch 8.1.0126: various problems with 'vartabstop'v8.1.0126Bram Moolenaar
2018-06-28patch 8.1.0120: buffer 'modified' set even when :sort has no changesv8.1.0120Bram Moolenaar
2018-06-24patch 8.1.0114: confusing variable namev8.1.0114Bram Moolenaar
2018-06-24patch 8.1.0110: file name not displayed with ":file"v8.1.0110Bram Moolenaar
2018-06-23patch 8.1.0105: all tab stops are the samev8.1.0105Bram Moolenaar
2018-06-04patch 8.1.0034: cursor not restored with ":edit #"v8.1.0034Bram Moolenaar
2018-04-10patch 8.0.1688: some macros are used without a semicolonv8.0.1688Bram Moolenaar
2018-03-29patch 8.0.1650: too many #ifdefsv8.0.1650Bram 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-27patch 8.0.1553: cannot see what digraph is used to insert a characterv8.0.1553Bram Moolenaar
2018-02-19patch 8.0.1525: using :wqa exits even if a job runs in a terminal windowv8.0.1525Bram Moolenaar
2018-02-13patch 8.0.1512: warning for possibly using NULL pointerv8.0.1512Bram Moolenaar
2018-02-12patch 8.0.1508: the :drop command is not always availablev8.0.1508Bram Moolenaar
2018-02-10patch 8.0.1496: clearing a pointer takes two linesv8.0.1496Bram Moolenaar
2018-02-03patch 8.0.1461: missing another file in patchv8.0.1461Bram Moolenaar
2017-12-09patch 8.0.1383: local additions in help skips some filesv8.0.1383Bram Moolenaar
2017-12-09patch 8.0.1382: get "no write since last change" message if terminal is openv8.0.1382Bram Moolenaar
2017-11-26patch 8.0.1347: MS-Windows: build broken by misplaced curlyv8.0.1347Bram Moolenaar
2017-11-26patch 8.0.1345: race condition between stat() and open() for viminfov8.0.1345Bram Moolenaar
2017-11-11patch 8.0.1287: temp file used for viminfo may have wrong permissionsv8.0.1287Bram Moolenaar
2017-10-24patch 8.0.1216: tabline is not always updated for :file commandv8.0.1216Bram Moolenaar
2017-10-15patch 8.0.1202: :wall gives an errof for a terminal windowv8.0.1202Bram Moolenaar
2017-09-22patch 8.0.1136: W_WIDTH() is always the samev8.0.1136Bram Moolenaar
2017-09-16patch 8.0.1118: FEAT_WINDOWS adds a lot of #ifdefsv8.0.1118Bram Moolenaar
2017-08-31patch 8.0.1028: MS-Windows: viminfo uses $VIM/_viminfo if $HOME not setv8.0.1028Bram Moolenaar