summaryrefslogtreecommitdiffstats
path: root/src/ex_getln.c
AgeCommit message (Expand)Author
2019-08-21patch 8.1.1901: the +insert_expand feature is not always availablev8.1.1901Bram Moolenaar
2019-08-18patch 8.1.1887: the +cmdline_compl feature is not in the tiny versionv8.1.1887Bram Moolenaar
2019-08-18patch 8.1.1886: command line expansion code is spread outv8.1.1886Bram Moolenaar
2019-08-06patch 8.1.1823: command line history code is spread outv8.1.1823Bram Moolenaar
2019-08-02patch 8.1.1791: 'completeslash' also applies to globpath()v8.1.1791Bram Moolenaar
2019-07-28patch 8.1.1769: 'shellslash' is also used for completionv8.1.1769Bram Moolenaar
2019-07-21patch 8.1.1728: wrong place for command line history viminfo supportv8.1.1728Bram Moolenaar
2019-07-16patch 8.1.1704: C-R C-W does not work after C-G when using 'incsearch'v8.1.1704Bram Moolenaar
2019-07-12patch 8.1.1667: flags for Ex commands may clash with other symbolsv8.1.1667Bram Moolenaar
2019-07-04patch 8.1.1632: build with EXITFREE but without +arabic failsv8.1.1632Bram Moolenaar
2019-06-25patch 8.1.1588: in :let-heredoc line continuation is recognizedv8.1.1588Bram Moolenaar
2019-06-21patch 8.1.1577: command line redrawn for +arabic without Arabic charactersv8.1.1577Bram Moolenaar
2019-05-28patch 8.1.1414: alloc() returning "char_u *" causes a lot of type castsv8.1.1414Bram Moolenaar
2019-05-25patch 8.1.1393: unnecessary type castsv8.1.1393Bram Moolenaar
2019-05-24patch 8.1.1386: unessesary type casts for lalloc()v8.1.1386Bram Moolenaar
2019-05-24patch 8.1.1384: using "int" for alloc() often results in compiler warningsv8.1.1384Bram Moolenaar
2019-05-19patch 8.1.1355: obvious mistakes are accepted as valid expressionsv8.1.1355Bram Moolenaar
2019-05-09patch 8.1.1306: Borland support is outdated and doesn't workv8.1.1306Bram Moolenaar
2019-04-27patch 8.1.1210: support for user commands is spread outv8.1.1210Bram Moolenaar
2019-04-11patch 8.1.1148: CTRL-L with 'incsearch' does not pick up char under cursorv8.1.1148Bram Moolenaar
2019-03-30patch 8.1.1086: too many curly bracesv8.1.1086Bram Moolenaar
2019-02-17patch 8.1.0941: macros for MS-Windows are inconsistentv8.1.0941Bram Moolenaar
2019-02-16patch 8.1.0932: Farsi support is outdated and unusedv8.1.0932Bram Moolenaar
2019-01-24patch 8.1.0806: too many #ifdefsv8.1.0806Bram Moolenaar
2019-01-24patch 8.1.0805: too many #ifdefsv8.1.0805Bram Moolenaar
2019-01-22patch 8.1.0795: cannot build without popup menuv8.1.0795Bram Moolenaar
2019-01-22patch 8.1.0792: bad display if opening cmdline window from Insert completionv8.1.0792Bram Moolenaar
2019-01-19patch 8.1.0779: argument for message functions is inconsistentv8.1.0779Bram Moolenaar
2019-01-13patch 8.1.0743: giving error messages is not flexiblev8.1.0743Bram Moolenaar
2018-12-23patch 8.1.0629: "gn" selects the wrong text with a multi-line matchv8.1.0629Bram Moolenaar
2018-12-13patch 8.1.0579: cannot attach properties to textv8.1.0579Bram Moolenaar
2018-11-30patch 8.1.0552: saved last search pattern may not be restoredv8.1.0552Bram Moolenaar
2018-11-24patch 8.1.0543: Coverity warns for leaking memory and using wrong structv8.1.0543Bram Moolenaar
2018-10-28patch 8.1.0499: :2vimgrep causes an ml_get errorv8.1.0499Bram Moolenaar
2018-09-30patch 8.1.0443: unnecessary static function prototypesv8.1.0443Bram Moolenaar
2018-09-30patch 8.1.0441: build failure without command line historyv8.1.0441Bram Moolenaar
2018-09-30patch 8.1.0439: recursive use of getcmdline() still not protectedv8.1.0439Bram Moolenaar
2018-09-25patch 8.1.0436: can get the text of inputsecret() with getcmdline()v8.1.0436Bram Moolenaar
2018-09-25patch 8.1.0433: mapping can obtain text from inputsecret()v8.1.0433Bram Moolenaar
2018-09-16patch 8.1.0399: 'hlsearch' highlight remains in other windowv8.1.0399Bram Moolenaar
2018-09-15patch 8.1.0392: error while typing :/foo/s// with 'incsearch' enabledv8.1.0392Bram Moolenaar
2018-09-10patch 8.1.0362: cannot get the script line number when executing a functionv8.1.0362Bram Moolenaar
2018-09-09patch 8.1.0356: using :s with 'incsearch' prevents CTRL-R CTRL-Wv8.1.0356Bram Moolenaar
2018-09-06patch 8.1.0351: 'incsearch' for :/foo/s//<Esc> changes last search patternv8.1.0351Bram Moolenaar
2018-08-31patch 8.1.0339: wrong highlight when 'incsearch' set and cancelling :sv8.1.0339Bram Moolenaar
2018-08-23patch 8.1.0321: 'incsearch' regression: /\v highlights everythingv8.1.0321Bram Moolenaar
2018-08-22patch 8.1.0320: too much 'incsearch' highlight for pat matching everythingv8.1.0320Bram Moolenaar
2018-08-18patch 8.1.0296: command parsing for 'incsearch' is a bit uglyv8.1.0296Bram Moolenaar
2018-08-18patch 8.1.0295: no 'incsearch' highlighting for :vimgrep and similarv8.1.0295Bram Moolenaar
2018-08-18patch 8.1.0291: 'incsearch' highlighting not used for :sortv8.1.0291Bram Moolenaar