Gitiles
Code Review
Sign In
gerrit.witaqua.org
/
external_vim
/
4c86830fc578bcb47a51cf0983da5388cdbfe6cc
/
src
/
ex_cmds.h
4c86830
patch 8.2.2638: cannot write a message to the terminal from the GUI
by Bram Moolenaar
· 5 years ago
0abc6e4
patch 8.2.2553: Vim9: Cannot put "|" after "{"
by Bram Moolenaar
· 5 years ago
9f646c2
patch 8.2.2552: Vim9: no reason to consider "{{{{{{{{" a command
by Bram Moolenaar
· 5 years ago
10b9421
patch 8.2.2531: Vim9: the :k command is obscure
by Bram Moolenaar
· 5 years ago
39f3b14
patch 8.2.2511: Vim9: cannot use Vim9 script syntax in some places
by Bram Moolenaar
· 5 years ago
b204990
patch 8.2.2400: Vim9: compiled functions are not profiled
by Bram Moolenaar
· 5 years ago
e2edc2e
patch 8.2.2366: when using ":sleep" the cursor is always displayed
by Bram Moolenaar
· 5 years ago
2b32700
patch 8.2.2222: Vim9: cannot keep script variables when reloading
by Bram Moolenaar
· 5 years ago
f4e2099
patch 8.2.2182: Vim9: value of 'magic' is still relevant
by Bram Moolenaar
· 5 years ago
b5b9480
patch 8.2.2138: Vim9: "exit_cb" causes Vim to exit
by Bram Moolenaar
· 5 years ago
33aecb1
patch 8.2.1984: cannot use :vimgrep in omni completion
by Bram Moolenaar
· 5 years ago
59d8e56
patch 8.2.1967: the session file does not restore the alternate file
by Bram Moolenaar
· 5 years ago
5661ed6
patch 8.2.1897: command modifiers are saved and set inconsistently
by Bram Moolenaar
· 5 years ago
9becdf2
patch 8.2.1826: Vim9: cannot use a {} block at script level
by Bram Moolenaar
· 5 years ago
30fd820
patch 8.2.1744: Vim9: using ":const!" is weird
by Bram Moolenaar
· 6 years ago
0b4c66c
patch 8.2.1685: Vim9: cannot declare a constant value
by Bram Moolenaar
· 6 years ago
66250c9
patch 8.2.1491: Vim9: crash when compiling heredoc lines start with comment
by Bram Moolenaar
· 6 years ago
66e0014
patch 8.2.1436: function implementing :substitute has unexpected name
by Bram Moolenaar
· 6 years ago
3896a10
patch 8.2.1403: Vim9: Vim highlighting may fail in cmdline window
by Bram Moolenaar
· 6 years ago
803af68
patch 8.2.1376: Vim9: expression mapping causes error for using :import
by Bram Moolenaar
· 6 years ago
37394ff
patch 8.2.1294: Vim9: error when using vim9script in TextYankPost
by Bram Moolenaar
· 6 years ago
65a8ed3
patch 8.2.1050: missing change in struct
by Bram Moolenaar
· 6 years ago
2eec379
patch 8.2.0822: Vim9: code left over from discovery phase
by Bram Moolenaar
· 6 years ago
822ba24
patch 8.2.0818: Vim9: using a discovery phase doesn't work well
by Bram Moolenaar
· 6 years ago
6378c4f
patch 8.2.0641: Vim9: not expanded in :hardcopy and syn-include
by Bram Moolenaar
· 6 years ago
a494f56
patch 8.2.0593: finding a user command is not optimal
by Bram Moolenaar
· 6 years ago
2d10cd4
patch 8.2.0407: no early check if :find and :sfind have an argument
by Bram Moolenaar
· 6 years ago
21456cd
patch 8.2.0253: crash when using :disassamble without argument
by Bram Moolenaar
· 6 years ago
8a7d654
patch 8.2.0149: maintaining a Vim9 branch separately is more work
by Bram Moolenaar
· 6 years ago
6b915c0
patch 8.2.0128: cannot list options one per line
by Bram Moolenaar
· 6 years ago
9b24dfc
patch 8.2.0113: "make cmdidxs" fails
by Bram Moolenaar
· 6 years ago
1860bde
patch 8.2.0095: cannot specify exit code for :cquit
by Bram Moolenaar
· 6 years ago
ddef129
patch 8.2.0013: not using a typedef for condstack
by Bram Moolenaar
· 6 years ago
88a3e2b
patch 8.1.2401: :cexpr does not handle | in expression
by Bram Moolenaar
· 6 years ago
4bd7823
patch 8.1.2058: function for ex command is named inconsistently
by Bram Moolenaar
· 7 years ago
a389168
patch 8.1.1865: spellrare and spellrepall in the wrong order
by Bram Moolenaar
· 7 years ago
08cc374
patch 8.1.1838: there is :spellwrong and :spellgood but not :spellrare
by Bram Moolenaar
· 7 years ago
25e4223
patch 8.1.1807: more functions can be used as a method
by Bram Moolenaar
· 7 years ago
63d0dad
patch 8.1.1680: the command table is not well aligned
by Bram Moolenaar
· 7 years ago
8071cb2
patch 8.1.1667: flags for Ex commands may clash with other symbols
by Bram Moolenaar
· 7 years ago
e96a249
patch 8.1.1588: in :let-heredoc line continuation is recognized
by Bram Moolenaar
· 7 years ago
9937a05
patch 8.1.1539: not easy to define a variable and lock it
by Bram Moolenaar
· 7 years ago
3ff5f0f
patch 8.1.1513: all popup functionality is in functions, except :popupclear
by Bram Moolenaar
· 7 years ago
4d784b2
patch 8.1.1391: no popup window support
by Bram Moolenaar
· 7 years ago
d4aa83a
patch 8.1.1307: cannot reconnect to the X server after it restarted
by Bram Moolenaar
· 7 years ago
8ffc7c8
patch 8.1.1281: cannot specify a count with :chistory
by Bram Moolenaar
· 7 years ago
cf6a55c
patch 8.1.1275: cannot navigate to errors before/after the cursor
by Bram Moolenaar
· 7 years ago
25190db
patch 8.1.1261: no error for quickfix commands with negative range
by Bram Moolenaar
· 7 years ago
3ff3311
patch 8.1.1256: cannot navigate through errors relative to the cursor
by Bram Moolenaar
· 7 years ago
b731689
patch 8.1.1241: Ex command info contains confusing information
by Bram Moolenaar
· 7 years ago
00aa069
patch 8.1.1218: cannot set a directory for a tab page
by Bram Moolenaar
· 7 years ago
ac9fb18
patch 8.1.1210: support for user commands is spread out
by Bram Moolenaar
· 7 years ago
558ca4a
patch 8.1.1116: cannot enforce a Vim script style
by Bram Moolenaar
· 7 years ago
54d6fe5
patch 8.1.0883: missing some changes for Ex commands
by Bram Moolenaar
· 7 years ago
264b74f
patch 8.1.0810: too many #ifdefs
by Bram Moolenaar
· 7 years ago
bb1969b
patch 8.1.0763: nobody is using the Sun Workshop support
by Bram Moolenaar
· 7 years ago
f9e3e09
patch 8.1.0743: giving error messages is not flexible
by Bram Moolenaar
· 7 years ago
e12bab3
patch 8.1.0706: tabline is not always redrawn
by Bram Moolenaar
· 7 years ago
eae8ae1
patch 8.1.0586: :digraph output is not easy to read
by Bram Moolenaar
· 7 years ago
07dc18f
patch 8.1.0553: it is not easy to edit a script that was sourced
by Bram Moolenaar
· 7 years ago
4c5d815
patch 8.1.0487: no menus specifically for the terminal window
by Bram Moolenaar
· 7 years ago
effed93
patch 8.1.0281: parsing command modifiers is not separated
by Bram Moolenaar
· 8 years ago
9334372
patch 8.1.0177: defining function in sandbox is inconsistent
by Bram Moolenaar
· 8 years ago
333b80a
patch 8.0.1660: the terminal API "drop" command doesn't support options
by Bram Moolenaar
· 8 years ago
63c4e8a
patch 8.0.1120: :tm means :tmap instead of :tmenu
by Bram Moolenaar
· 9 years ago
69fbc9e
patch 8.0.1108: cannot specify mappings for the terminal window
by Bram Moolenaar
· 9 years ago
b241208
patch 8.0.0976: cannot send lines to a terminal job
by Bram Moolenaar
· 9 years ago
da43b61
patch 8.0.0910: cannot create a terminal in the current window
by Bram Moolenaar
· 9 years ago
67883b4
patch 8.0.0785: wildcards are not expanded for :terminal
by Bram Moolenaar
· 9 years ago
90305c6
patch 8.0.0721: :argedit can only have one argument
by Bram Moolenaar
· 9 years ago
163095f
patch 8.0.0704: problems with autocommands when opening help
by Bram Moolenaar
· 9 years ago
a34293a
patch 8.0.0694: building in shadow directory does not work
by Bram Moolenaar
· 9 years ago
9c4feff
patch 8.0.0688: cannot resize the window in a FileType autocommand
by Bram Moolenaar
· 9 years ago
d6abcd1
patch 8.0.0655: not easy to make sure a function does not exist
by Bram Moolenaar
· 9 years ago
451a4a1
patch 8.0.0560: :windo allows for ! but it's not supported
by Bram Moolenaar
· 9 years ago
2f72c70
patch 8.0.0259: tab commands do not handle count correctly
by Bram Moolenaar
· 9 years ago
f42dd3c
patch 8.0.0251: not easy to select Python 2 or 3
by Bram Moolenaar
· 9 years ago
2256c99
patch 8.0.0086
by Bram Moolenaar
· 9 years ago
d4db771
patch 8.0.0081
by Bram Moolenaar
· 9 years ago
ebdd90a
patch 8.0.0006
by Bram Moolenaar
· 10 years ago
edf3f97
patch 7.4.2293
by Bram Moolenaar
· 10 years ago
d29459b
patch 7.4.2263
by Bram Moolenaar
· 10 years ago
7b668e8
patch 7.4.2244
by Bram Moolenaar
· 10 years ago
e11d61a
patch 7.4.2231
by Bram Moolenaar
· 10 years ago
f6acffb
patch 7.4.2049
by Bram Moolenaar
· 10 years ago
537ef08
patch 7.4.2010
by Bram Moolenaar
· 10 years ago
dcb1700
patch 7.4.1997
by Bram Moolenaar
· 10 years ago
2d35899
patch 7.4.1925
by Bram Moolenaar
· 10 years ago
5d91646
patch 7.4.1738
by Bram Moolenaar
· 10 years ago
451f849
patch 7.4.1735
by Bram Moolenaar
· 10 years ago
2d8f56a
patch 7.4.1550
by Bram Moolenaar
· 10 years ago
be82c25
patch 7.4.1499
by Bram Moolenaar
· 10 years ago
f365482
patch 7.4.1486
by Bram Moolenaar
· 10 years ago
9171587
patch 7.4.1480
by Bram Moolenaar
· 10 years ago
85b1176
patch 7.4.1433
by Bram Moolenaar
· 10 years ago
f6fee0e
patch 7.4.1384
by Bram Moolenaar
· 10 years ago
e89ff04
patch 7.4.1375
by Bram Moolenaar
· 10 years ago
d99df42
patch 7.4.1200
by Bram Moolenaar
· 10 years ago
2faa29f
patch 7.4.1161
by Bram Moolenaar
· 10 years ago
86e179d
patch 7.4.1005
by Bram Moolenaar
· 10 years ago
Next »