index
:
delta/vim-git.git
chrisbra-patch-1
master
github.com: vim/vim.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ex_getln.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
patch 8.1.0629: "gn" selects the wrong text with a multi-line match
v8.1.0629
Bram Moolenaar
2018-12-23
1
-1
/
+1
*
patch 8.1.0579: cannot attach properties to text
v8.1.0579
Bram Moolenaar
2018-12-13
1
-0
/
+15
*
patch 8.1.0552: saved last search pattern may not be restored
v8.1.0552
Bram Moolenaar
2018-11-30
1
-0
/
+4
*
patch 8.1.0543: Coverity warns for leaking memory and using wrong struct
v8.1.0543
Bram Moolenaar
2018-11-24
1
-0
/
+1
*
patch 8.1.0499: :2vimgrep causes an ml_get error
v8.1.0499
Bram Moolenaar
2018-10-28
1
-0
/
+6
*
patch 8.1.0443: unnecessary static function prototypes
v8.1.0443
Bram Moolenaar
2018-09-30
1
-12
/
+0
*
patch 8.1.0441: build failure without command line history
v8.1.0441
Bram Moolenaar
2018-09-30
1
-6
/
+6
*
patch 8.1.0439: recursive use of getcmdline() still not protected
v8.1.0439
Bram Moolenaar
2018-09-30
1
-86
/
+59
*
patch 8.1.0436: can get the text of inputsecret() with getcmdline()
v8.1.0436
Bram Moolenaar
2018-09-25
1
-4
/
+7
*
patch 8.1.0433: mapping can obtain text from inputsecret()
v8.1.0433
Bram Moolenaar
2018-09-25
1
-2
/
+7
*
patch 8.1.0399: 'hlsearch' highlight remains in other window
v8.1.0399
Bram Moolenaar
2018-09-16
1
-3
/
+5
*
patch 8.1.0392: error while typing :/foo/s// with 'incsearch' enabled
v8.1.0392
Bram Moolenaar
2018-09-15
1
-1
/
+1
*
patch 8.1.0362: cannot get the script line number when executing a function
v8.1.0362
Bram Moolenaar
2018-09-10
1
-3
/
+3
*
patch 8.1.0356: using :s with 'incsearch' prevents CTRL-R CTRL-W
v8.1.0356
Bram Moolenaar
2018-09-09
1
-9
/
+12
*
patch 8.1.0351: 'incsearch' for :/foo/s//<Esc> changes last search pattern
v8.1.0351
Bram Moolenaar
2018-09-06
1
-2
/
+21
*
patch 8.1.0339: wrong highlight when 'incsearch' set and cancelling :s
v8.1.0339
Bram Moolenaar
2018-08-31
1
-1
/
+7
*
patch 8.1.0321: 'incsearch' regression: /\v highlights everything
v8.1.0321
Bram Moolenaar
2018-08-23
1
-0
/
+11
*
patch 8.1.0320: too much 'incsearch' highlight for pat matching everything
v8.1.0320
Bram Moolenaar
2018-08-22
1
-13
/
+18
*
patch 8.1.0296: command parsing for 'incsearch' is a bit ugly
v8.1.0296
Bram Moolenaar
2018-08-18
1
-120
/
+105
*
patch 8.1.0295: no 'incsearch' highlighting for :vimgrep and similar
v8.1.0295
Bram Moolenaar
2018-08-18
1
-28
/
+52
*
patch 8.1.0291: 'incsearch' highlighting not used for :sort
v8.1.0291
Bram Moolenaar
2018-08-18
1
-1
/
+12
*
patch 8.1.0287: MAX is not defined everywhere
v8.1.0287
Bram Moolenaar
2018-08-14
1
-0
/
+4
*
patch 8.1.0286: 'incsearch' does not apply to :smagic and :snomagic
v8.1.0286
Bram Moolenaar
2018-08-14
1
-0
/
+10
*
patch 8.1.0285: compiler warning for conversion
v8.1.0285
Bram Moolenaar
2018-08-14
1
-1
/
+1
*
patch 8.1.0284: 'cursorline' highlighting wrong with 'incsearch'
v8.1.0284
Bram Moolenaar
2018-08-14
1
-0
/
+3
*
patch 8.1.0282: 'incsearch' does not work with command modifiers
v8.1.0282
Bram Moolenaar
2018-08-14
1
-12
/
+18
*
patch 8.1.0280: 'incsearch' highlighting does not work for ":g!/"
v8.1.0280
Bram Moolenaar
2018-08-13
1
-0
/
+7
*
patch 8.1.0279: 'incsearch' highlighting does not skip white space
v8.1.0279
Bram Moolenaar
2018-08-13
1
-1
/
+2
*
patch 8.1.0278: 'incsearch' highlighting does not accept reverse range
v8.1.0278
Bram Moolenaar
2018-08-12
1
-2
/
+11
*
patch 8.1.0277: 'incsearch' highlighting wrong in a few cases
v8.1.0277
Bram Moolenaar
2018-08-12
1
-36
/
+54
*
patch 8.1.0275: 'incsearch' with :s doesn't start at cursor line
v8.1.0275
Bram Moolenaar
2018-08-12
1
-1
/
+3
*
patch 8.1.0274: 'incsearch' triggers on ":source"
v8.1.0274
Bram Moolenaar
2018-08-11
1
-1
/
+4
*
patch 8.1.0273: invalid memory access when using 'incsearch'
v8.1.0273
Bram Moolenaar
2018-08-11
1
-0
/
+4
*
patch 8.1.0271: 'incsearch' doesn't work for :s, :g or :v
v8.1.0271
Bram Moolenaar
2018-08-11
1
-17
/
+112
*
patch 8.1.0265: the getcmdline() function is way too big
v8.1.0265
Bram Moolenaar
2018-08-10
1
-282
/
+343
*
patch 8.1.0233: "safe" argument of call_vim_function() is always FALSE
v8.1.0233
Bram Moolenaar
2018-08-01
1
-2
/
+2
*
patch 8.1.0223: completing shell command finds sub-directories in $PATH
v8.1.0223
Bram Moolenaar
2018-07-28
1
-12
/
+17
*
patch 8.1.0053: first argument of 'completefunc' has inconsistent type
v8.1.0053
Bram Moolenaar
2018-06-12
1
-9
/
+14
*
patch 8.1.0017: shell command completion has duplicates
v8.1.0017
Bram Moolenaar
2018-05-22
1
-17
/
+26
*
patch 8.0.1837: one character cmdline abbreviation not triggered after '<,'>
v8.0.1837
Bram Moolenaar
2018-05-13
1
-1
/
+16
*
patch 8.0.1787: cannot insert the whole cursor line
v8.0.1787
Bram Moolenaar
2018-05-01
1
-1
/
+2
*
patch 8.0.1769: repeated saving and restoring viewstate for 'incsearch'
v8.0.1769
Bram Moolenaar
2018-04-28
1
-52
/
+47
*
patch 8.0.1768: SET_NO_HLSEARCH() used in a wrong way
v8.0.1768
Bram Moolenaar
2018-04-27
1
-2
/
+2
*
patch 8.0.1767: with 'incsearch' text may jump up and down
v8.0.1767
Bram Moolenaar
2018-04-27
1
-1
/
+7
*
patch 8.0.1672: error during completion causes command to be cancelled
v8.0.1672
Bram Moolenaar
2018-04-07
1
-0
/
+4
*
patch 8.0.1649: no completion for argument list commands
v8.0.1649
Bram Moolenaar
2018-03-29
1
-0
/
+1
*
patch 8.0.1564: too many #ifdefs
v8.0.1564
Bram Moolenaar
2018-03-04
1
-41
/
+10
*
patch 8.0.1502: in out-of-memory situation character is not restored
v8.0.1502
Bram Moolenaar
2018-02-11
1
-14
/
+11
*
patch 8.0.1496: clearing a pointer takes two lines
v8.0.1496
Bram Moolenaar
2018-02-10
1
-18
/
+7
*
patch 8.0.1445: cannot act on edits in the command line
v8.0.1445
Bram Moolenaar
2018-01-31
1
-0
/
+5
[next]