summaryrefslogtreecommitdiff
path: root/src/ex_cmds.h
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.1865: spellrare and spellrepall in the wrong orderv8.1.1865Bram Moolenaar2019-08-161-3/+3
* patch 8.1.1838: there is :spellwrong and :spellgood but not :spellrarev8.1.1838Bram Moolenaar2019-08-111-0/+3
* patch 8.1.1807: more functions can be used as a methodv8.1.1807Bram Moolenaar2019-08-041-0/+3
* patch 8.1.1680: the command table is not well alignedv8.1.1680Bram Moolenaar2019-07-131-1415/+1415
* patch 8.1.1667: flags for Ex commands may clash with other symbolsv8.1.1667Bram Moolenaar2019-07-121-1155/+1150
* patch 8.1.1588: in :let-heredoc line continuation is recognizedv8.1.1588Bram Moolenaar2019-06-251-1/+1
* patch 8.1.1539: not easy to define a variable and lock itv8.1.1539Bram Moolenaar2019-06-151-0/+3
* patch 8.1.1513: all popup functionality is in functions, except :popupclearv8.1.1513Bram Moolenaar2019-06-101-3/+0
* patch 8.1.1391: no popup window supportv8.1.1391Bram Moolenaar2019-05-251-0/+3
* patch 8.1.1307: cannot reconnect to the X server after it restartedv8.1.1307Bram Moolenaar2019-05-091-0/+3
* patch 8.1.1281: cannot specify a count with :chistoryv8.1.1281Bram Moolenaar2019-05-051-4/+4
* patch 8.1.1275: cannot navigate to errors before/after the cursorv8.1.1275Bram Moolenaar2019-05-051-0/+12
* patch 8.1.1261: no error for quickfix commands with negative rangev8.1.1261Bram Moolenaar2019-05-041-36/+38
* patch 8.1.1256: cannot navigate through errors relative to the cursorv8.1.1256Bram Moolenaar2019-05-031-0/+12
* patch 8.1.1241: Ex command info contains confusing informationv8.1.1241Bram Moolenaar2019-05-011-642/+648
* patch 8.1.1218: cannot set a directory for a tab pagev8.1.1218Bram Moolenaar2019-04-271-0/+6
* patch 8.1.1210: support for user commands is spread outv8.1.1210Bram Moolenaar2019-04-271-6/+0
* patch 8.1.1116: cannot enforce a Vim script stylev8.1.1116Bram Moolenaar2019-04-041-0/+3
* patch 8.1.0883: missing some changes for Ex commandsv8.1.0883Bram Moolenaar2019-02-081-22/+23
* patch 8.1.0810: too many #ifdefsv8.1.0810Bram Moolenaar2019-01-241-2/+0
* patch 8.1.0763: nobody is using the Sun Workshop supportv8.1.0763Bram Moolenaar2019-01-171-3/+0
* patch 8.1.0743: giving error messages is not flexiblev8.1.0743Bram Moolenaar2019-01-131-1/+1
* patch 8.1.0706: tabline is not always redrawnv8.1.0706Bram Moolenaar2019-01-081-0/+3
* patch 8.1.0586: :digraph output is not easy to readv8.1.0586Bram Moolenaar2018-12-141-1/+1
* patch 8.1.0553: it is not easy to edit a script that was sourcedv8.1.0553Bram Moolenaar2018-11-301-11/+11
* patch 8.1.0487: no menus specifically for the terminal windowv8.1.0487Bram Moolenaar2018-10-191-4/+14
* patch 8.1.0281: parsing command modifiers is not separatedv8.1.0281Bram Moolenaar2018-08-141-0/+6
* patch 8.1.0177: defining function in sandbox is inconsistentv8.1.0177Bram Moolenaar2018-07-101-1/+1
* patch 8.0.1660: the terminal API "drop" command doesn't support optionsv8.0.1660Bram Moolenaar2018-04-041-1/+1
* patch 8.0.1120: :tm means :tmap instead of :tmenuv8.0.1120Bram Moolenaar2017-09-171-5/+5
* patch 8.0.1108: cannot specify mappings for the terminal windowv8.0.1108Bram Moolenaar2017-09-141-1/+13
* patch 8.0.0976: cannot send lines to a terminal jobv8.0.0976Bram Moolenaar2017-08-201-2/+2
* patch 8.0.0910: cannot create a terminal in the current windowv8.0.0910Bram Moolenaar2017-08-111-1/+1
* patch 8.0.0785: wildcards are not expanded for :terminalv8.0.0785Bram Moolenaar2017-07-271-1/+1
* patch 8.0.0721: :argedit can only have one argumentv8.0.0721Bram Moolenaar2017-07-161-1/+1
* patch 8.0.0704: problems with autocommands when opening helpv8.0.0704Bram Moolenaar2017-07-091-1/+1
* patch 8.0.0694: building in shadow directory does not workv8.0.0694Bram Moolenaar2017-07-071-0/+3
* patch 8.0.0688: cannot resize the window in a FileType autocommandv8.0.0688Bram Moolenaar2017-06-281-2/+4
* patch 8.0.0655: not easy to make sure a function does not existv8.0.0655Bram Moolenaar2017-06-221-1/+1
* patch 8.0.0560: :windo allows for ! but it's not supportedv8.0.0560Bram Moolenaar2017-04-101-1/+1
* patch 8.0.0259: tab commands do not handle count correctlyv8.0.0259Bram Moolenaar2017-01-291-14/+15
* patch 8.0.0251: not easy to select Python 2 or 3v8.0.0251Bram Moolenaar2017-01-281-0/+12
* patch 8.0.0086v8.0.0086Bram Moolenaar2016-11-151-1/+1
* patch 8.0.0081v8.0.0081Bram Moolenaar2016-11-121-4/+4
* patch 8.0.0006v8.0.0006Bram Moolenaar2016-09-201-3/+3
* patch 7.4.2293v7.4.2293Bram Moolenaar2016-08-291-1/+1
* patch 7.4.2263v7.4.2263Bram Moolenaar2016-08-261-1/+1
* patch 7.4.2244v7.4.2244Bram Moolenaar2016-08-231-1/+4
* patch 7.4.2231v7.4.2231Bram Moolenaar2016-08-201-1/+1
* patch 7.4.2049v7.4.2049Bram Moolenaar2016-07-161-0/+6