summaryrefslogtreecommitdiffstats
path: root/src/ex_getln.c
AgeCommit message (Expand)Author
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
2018-08-14patch 8.1.0287: MAX is not defined everywherev8.1.0287Bram Moolenaar
2018-08-14patch 8.1.0286: 'incsearch' does not apply to :smagic and :snomagicv8.1.0286Bram Moolenaar
2018-08-14patch 8.1.0285: compiler warning for conversionv8.1.0285Bram Moolenaar
2018-08-14patch 8.1.0284: 'cursorline' highlighting wrong with 'incsearch'v8.1.0284Bram Moolenaar
2018-08-14patch 8.1.0282: 'incsearch' does not work with command modifiersv8.1.0282Bram Moolenaar
2018-08-13patch 8.1.0280: 'incsearch' highlighting does not work for ":g!/"v8.1.0280Bram Moolenaar
2018-08-13patch 8.1.0279: 'incsearch' highlighting does not skip white spacev8.1.0279Bram Moolenaar
2018-08-12patch 8.1.0278: 'incsearch' highlighting does not accept reverse rangev8.1.0278Bram Moolenaar
2018-08-12patch 8.1.0277: 'incsearch' highlighting wrong in a few casesv8.1.0277Bram Moolenaar
2018-08-12patch 8.1.0275: 'incsearch' with :s doesn't start at cursor linev8.1.0275Bram Moolenaar
2018-08-11patch 8.1.0274: 'incsearch' triggers on ":source"v8.1.0274Bram Moolenaar
2018-08-11patch 8.1.0273: invalid memory access when using 'incsearch'v8.1.0273Bram Moolenaar
2018-08-11patch 8.1.0271: 'incsearch' doesn't work for :s, :g or :vv8.1.0271Bram Moolenaar
2018-08-10patch 8.1.0265: the getcmdline() function is way too bigv8.1.0265Bram Moolenaar
2018-08-01patch 8.1.0233: "safe" argument of call_vim_function() is always FALSEv8.1.0233Bram Moolenaar
2018-07-28patch 8.1.0223: completing shell command finds sub-directories in $PATHv8.1.0223Bram Moolenaar
2018-06-12patch 8.1.0053: first argument of 'completefunc' has inconsistent typev8.1.0053Bram Moolenaar
2018-05-22patch 8.1.0017: shell command completion has duplicatesv8.1.0017Bram Moolenaar
2018-05-13patch 8.0.1837: one character cmdline abbreviation not triggered after '<,'>v8.0.1837Bram Moolenaar
2018-05-01patch 8.0.1787: cannot insert the whole cursor linev8.0.1787Bram Moolenaar
2018-04-28patch 8.0.1769: repeated saving and restoring viewstate for 'incsearch'v8.0.1769Bram Moolenaar
2018-04-27patch 8.0.1768: SET_NO_HLSEARCH() used in a wrong wayv8.0.1768Bram Moolenaar
2018-04-27patch 8.0.1767: with 'incsearch' text may jump up and downv8.0.1767Bram Moolenaar