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
/
tag.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
patch 8.2.0179: still a few places where range() does not work
v8.2.0179
Bram Moolenaar
2020-01-30
1
-0
/
+1
*
patch 8.2.0177: memory leak in get_tags()
v8.2.0177
Bram Moolenaar
2020-01-29
1
-0
/
+3
*
patch 8.2.0156: various typos in source files and tests
v8.2.0156
Bram Moolenaar
2020-01-26
1
-1
/
+1
*
patch 8.2.0088: insufficient tests for tags; bug in using extra tag field
v8.2.0088
Bram Moolenaar
2020-01-05
1
-1
/
+3
*
patch 8.2.0077: settagstack() cannot truncate at current index
v8.2.0077
Bram Moolenaar
2020-01-02
1
-6
/
+25
*
patch 8.1.2395: using old C style comments
v8.1.2395
Bram Moolenaar
2019-12-05
1
-328
/
+323
*
patch 8.1.2371: FEAT_TEXT_PROP is a confusing name
v8.1.2371
Bram Moolenaar
2019-11-30
1
-2
/
+2
*
patch 8.1.2313: debugging where a delay comes from is not easy
v8.1.2313
Bram Moolenaar
2019-11-17
1
-2
/
+2
*
patch 8.1.2312: "line:" field in tags file not used
v8.1.2312
Bram Moolenaar
2019-11-17
1
-1
/
+10
*
patch 8.1.2271: build error if FEAT_TAG_BINS is not defined
v8.1.2271
Bram Moolenaar
2019-11-08
1
-0
/
+2
*
patch 8.1.2269: tags file with very long line stops using binary search
v8.1.2269
Bram Moolenaar
2019-11-07
1
-23
/
+18
*
patch 8.1.2173: searchit() has too many arguments
v8.1.2173
Bram Moolenaar
2019-10-18
1
-4
/
+4
*
patch 8.1.2152: problems navigating tags file on MacOS Catalina
v8.1.2152
Bram Moolenaar
2019-10-15
1
-12
/
+12
*
patch 8.1.1901: the +insert_expand feature is not always available
v8.1.1901
Bram Moolenaar
2019-08-21
1
-4
/
+0
*
patch 8.1.1887: the +cmdline_compl feature is not in the tiny version
v8.1.1887
Bram Moolenaar
2019-08-18
1
-2
/
+0
*
patch 8.1.1880: cannot show extra info for completion in a popup window
v8.1.1880
Bram Moolenaar
2019-08-18
1
-1
/
+1
*
patch 8.1.1823: command line history code is spread out
v8.1.1823
Bram Moolenaar
2019-08-06
1
-6
/
+0
*
patch 8.1.1819: :pedit does not work with a popup preview window
v8.1.1819
Bram Moolenaar
2019-08-05
1
-0
/
+5
*
patch 8.1.1813: ATTENTION prompt for a preview popup window
v8.1.1813
Bram Moolenaar
2019-08-04
1
-2
/
+14
*
patch 8.1.1414: alloc() returning "char_u *" causes a lot of type casts
v8.1.1414
Bram Moolenaar
2019-05-28
1
-7
/
+6
*
patch 8.1.1393: unnecessary type casts
v8.1.1393
Bram Moolenaar
2019-05-25
1
-5
/
+5
*
patch 8.1.1386: unessesary type casts for lalloc()
v8.1.1386
Bram Moolenaar
2019-05-24
1
-2
/
+1
*
patch 8.1.1371: cannot recover from a swap file
v8.1.1371
Bram Moolenaar
2019-05-23
1
-1
/
+1
*
patch 8.1.1259: crash when exiting early
v8.1.1259
Bram Moolenaar
2019-05-03
1
-1
/
+2
*
patch 8.1.1235: compiler warnings for using STRLEN() value
v8.1.1235
Bram Moolenaar
2019-04-29
1
-2
/
+2
*
patch 8.1.1228: not possible to process tags with a function
v8.1.1228
Bram Moolenaar
2019-04-28
1
-31
/
+347
*
patch 8.1.1194: typos and small problems in source files
v8.1.1194
Bram Moolenaar
2019-04-21
1
-3
/
+3
*
patch 8.1.1100: tag file without trailing newline no longer works
v8.1.1100
Bram Moolenaar
2019-04-02
1
-3
/
+5
*
patch 8.1.1099: the do_tag() function is too long
v8.1.1099
Bram Moolenaar
2019-03-31
1
-549
/
+359
*
patch 8.1.1094: long line in tags file causes error
v8.1.1094
Bram Moolenaar
2019-03-30
1
-22
/
+26
*
patch 8.1.1093: support for outdated tags format slows down tag parsing
v8.1.1093
Bram Moolenaar
2019-03-30
1
-51
/
+2
*
patch 8.1.1087: tag stack is incorrect after CTRL-T and then :tag
v8.1.1087
Bram Moolenaar
2019-03-30
1
-3
/
+6
*
patch 8.1.1076: file for Insert mode is much too big
v8.1.1076
Bram Moolenaar
2019-03-30
1
-1
/
+1
*
patch 8.1.1040: FEAT_TAG_ANYWHITE is not enabled in any build
v8.1.1040
Bram Moolenaar
2019-03-22
1
-46
/
+6
*
patch 8.1.0927: USE_CR is never defined
v8.1.0927
Bram Moolenaar
2019-02-15
1
-13
/
+5
*
patch 8.1.0911: tag line with Ex command cannot have extra fields
v8.1.0911
Bram Moolenaar
2019-02-13
1
-3
/
+15
*
patch 8.1.0826: too many #ifdefs
v8.1.0826
Bram Moolenaar
2019-01-26
1
-1
/
+1
*
patch 8.1.0810: too many #ifdefs
v8.1.0810
Bram Moolenaar
2019-01-24
1
-10
/
+0
*
patch 8.1.0779: argument for message functions is inconsistent
v8.1.0779
Bram Moolenaar
2019-01-19
1
-12
/
+12
*
patch 8.1.0743: giving error messages is not flexible
v8.1.0743
Bram Moolenaar
2019-01-13
1
-22
/
+22
*
patch 8.1.0615: get_tv function names are not consistent
v8.1.0615
Bram Moolenaar
2018-12-21
1
-1
/
+1
*
patch 8.1.0583: using illogical name for get_dict_number()/get_dict_string()
v8.1.0583
Bram Moolenaar
2018-12-14
1
-3
/
+3
*
patch 8.1.0519: cannot save and restore the tag stack
v8.1.0519
Bram Moolenaar
2018-11-11
1
-0
/
+200
*
patch 8.1.0443: unnecessary static function prototypes
v8.1.0443
Bram Moolenaar
2018-09-30
1
-6
/
+0
*
patch 8.1.0166: using dict_add_nr_str() is clumsy
v8.1.0166
Bram Moolenaar
2018-07-08
1
-6
/
+6
*
patch 8.1.0133: tagfiles() can have duplicate entries
v8.1.0133
Bram Moolenaar
2018-06-30
1
-3
/
+18
*
patch 8.0.1768: SET_NO_HLSEARCH() used in a wrong way
v8.0.1768
Bram Moolenaar
2018-04-27
1
-3
/
+1
*
patch 8.0.1564: too many #ifdefs
v8.0.1564
Bram Moolenaar
2018-03-04
1
-7
/
+3
*
patch 8.0.1496: clearing a pointer takes two lines
v8.0.1496
Bram Moolenaar
2018-02-10
1
-6
/
+2
*
patch 8.0.1488: emacs tags no longer work
v8.0.1488
Bram Moolenaar
2018-02-09
1
-5
/
+2
[next]