summaryrefslogtreecommitdiff
path: root/src/ex_cmds.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.2236: ml_get error if pattern matches beyond last linev8.1.2236Bram Moolenaar2019-10-311-0/+5
* patch 8.1.2217: compiler warning for unused variablev8.1.2217Bram Moolenaar2019-10-261-1/+1
* patch 8.1.2216: text property in wrong place after :substitutev8.1.2216Bram Moolenaar2019-10-251-4/+10
* patch 8.1.2198: crash when using :center in autocommandv8.1.2198Bram Moolenaar2019-10-211-4/+9
* patch 8.1.2192: cannot easily fill the info popup asynchronouslyv8.1.2192Bram Moolenaar2019-10-201-5/+12
* patch 8.1.2127: the indent.c file is a bit bigv8.1.2127Bram Moolenaar2019-10-091-215/+0
* patch 8.1.2113: ":help expr-!~?" only works after searchingv8.1.2113Bram Moolenaar2019-10-051-3/+13
* patch 8.1.2105: MS-Windows: system() may crashv8.1.2105Bram Moolenaar2019-10-011-20/+22
* patch 8.1.2092: MS-Windows: redirect in system() does not workv8.1.2092Bram Moolenaar2019-09-281-12/+23
* patch 8.1.2062: the mouse code is spread outv8.1.2062Bram Moolenaar2019-09-211-5/+1
* patch 8.1.1905: cannot set all properties of the info popupv8.1.1905Bram Moolenaar2019-08-211-1/+2
* patch 8.1.1901: the +insert_expand feature is not always availablev8.1.1901Bram Moolenaar2019-08-211-2/+0
* patch 8.1.1891: functions used in one file are globalv8.1.1891Bram Moolenaar2019-08-201-2/+2
* patch 8.1.1880: cannot show extra info for completion in a popup windowv8.1.1880Bram Moolenaar2019-08-181-5/+12
* patch 8.1.1823: command line history code is spread outv8.1.1823Bram Moolenaar2019-08-061-3/+1
* patch 8.1.1813: ATTENTION prompt for a preview popup windowv8.1.1813Bram Moolenaar2019-08-041-2/+11
* patch 8.1.1789: cannot see file name of preview popup windowv8.1.1789Bram Moolenaar2019-08-011-0/+4
* patch 8.1.1773: the preview popup window may be too far to the rightv8.1.1773Bram Moolenaar2019-07-281-1/+1
* patch 8.1.1736: viminfo support is spread outv8.1.1736Bram Moolenaar2019-07-231-13/+12
* patch 8.1.1727: code for viminfo support is spread outv8.1.1727Bram Moolenaar2019-07-211-1137/+1
* patch 8.1.1714: cannot preview a file in a popup windowv8.1.1714Bram Moolenaar2019-07-181-9/+23
* patch 8.1.1594: may still start file dialog while exitingv8.1.1594Bram Moolenaar2019-06-251-1/+1
* patch 8.1.1592: may start file dialog while exitingv8.1.1592Bram Moolenaar2019-06-251-1/+1
* patch 8.1.1588: in :let-heredoc line continuation is recognizedv8.1.1588Bram Moolenaar2019-06-251-2/+2
* patch 8.1.1547: functionality of bt_nofile() is confusingv8.1.1547Bram Moolenaar2019-06-151-1/+1
* patch 8.1.1414: alloc() returning "char_u *" causes a lot of type castsv8.1.1414Bram Moolenaar2019-05-281-1/+1
* patch 8.1.1393: unnecessary type castsv8.1.1393Bram Moolenaar2019-05-251-1/+1
* patch 8.1.1386: unessesary type casts for lalloc()v8.1.1386Bram Moolenaar2019-05-241-5/+4
* patch 8.1.1384: using "int" for alloc() often results in compiler warningsv8.1.1384Bram Moolenaar2019-05-241-8/+8
* patch 8.1.1371: cannot recover from a swap filev8.1.1371Bram Moolenaar2019-05-231-2/+3
* patch 8.1.1360: buffer left 'nomodifiable' after :substitutev8.1.1360Bram Moolenaar2019-05-201-1/+1
* patch 8.1.1359: text property wrong after :substitute with backslashv8.1.1359Bram Moolenaar2019-05-191-3/+17
* patch 8.1.1355: obvious mistakes are accepted as valid expressionsv8.1.1355Bram Moolenaar2019-05-191-1/+2
* patch 8.1.1351: text property wrong after :substitutev8.1.1351Bram Moolenaar2019-05-191-2/+10
* patch 8.1.1345: stuck in sandbox with ":s/../\=Function/gn"v8.1.1345Bram Moolenaar2019-05-181-9/+6
* patch 8.1.1333: text properties don't always move after changesv8.1.1333Bram Moolenaar2019-05-151-1/+1
* patch 8.1.1306: Borland support is outdated and doesn't workv8.1.1306Bram Moolenaar2019-05-091-16/+2
* patch 8.1.1241: Ex command info contains confusing informationv8.1.1241Bram Moolenaar2019-05-011-0/+7
* patch 8.1.1231: asking about existing swap file unnecessarilyv8.1.1231Bram Moolenaar2019-04-281-4/+0
* patch 8.1.1230: a lot of code is shared between vim.exe and gvim.exev8.1.1230Bram Moolenaar2019-04-281-22/+27
* patch 8.1.1228: not possible to process tags with a functionv8.1.1228Bram Moolenaar2019-04-281-1/+1
* patch 8.1.1086: too many curly bracesv8.1.1086Bram Moolenaar2019-03-301-2/+0
* patch 8.1.1061: when substitute string throws error, substitute happens anywayv8.1.1061Bram Moolenaar2019-03-271-1/+6
* patch 8.1.1016: MS-Windows: No color in shell when using "!" in 'guioptionsv8.1.1016Bram Moolenaar2019-03-171-14/+21
* patch 8.1.0959: sorting large numbers is not testedv8.1.0959Bram Moolenaar2019-02-201-12/+25
* patch 8.1.0941: macros for MS-Windows are inconsistentv8.1.0941Bram Moolenaar2019-02-171-5/+5
* patch 8.1.0932: Farsi support is outdated and unusedv8.1.0932Bram Moolenaar2019-02-161-9/+0
* patch 8.1.0904: USE_LONG_FNAME never definedv8.1.0904Bram Moolenaar2019-02-121-5/+2
* patch 8.1.0887: the 'l' flag in :subsitute is stickyv8.1.0887Bram Moolenaar2019-02-101-1/+2
* patch 8.1.0881: can execute shell commands in rvim through interfacesv8.1.0881Bram Moolenaar2019-02-081-1/+1