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
/
if_py_both.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
patch 9.0.1044: setting window height using Python may cause errors
v9.0.1044
Bram Moolenaar
2022-12-10
1
-0
/
+4
*
patch 9.0.1031: Vim9 class is not implemented yet
v9.0.1031
Bram Moolenaar
2022-12-08
1
-0
/
+2
*
patch 9.0.0970: Coverity warns for uninitialized variable
v9.0.0970
Bram Moolenaar
2022-11-29
1
-1
/
+1
*
patch 9.0.0965: using one window for executing autocommands is insufficient
v9.0.0965
Bram Moolenaar
2022-11-28
1
-2
/
+5
*
patch 9.0.0949: crash when unletting a variable while listing variables
v9.0.0949
Bram Moolenaar
2022-11-25
1
-3
/
+3
*
patch 9.0.0491: no good reason to build without the float feature
v9.0.0491
Bram Moolenaar
2022-09-17
1
-6
/
+0
*
patch 9.0.0206: redraw flags are not named specifically
v9.0.0206
Bram Moolenaar
2022-08-14
1
-5
/
+5
*
patch 8.2.4997: Python: changing hidden buffer can cause display mess up
v8.2.4997
Bram Moolenaar
2022-05-22
1
-1
/
+3
*
patch 8.2.4945: inconsistent use of white space
v8.2.4945
Bram Moolenaar
2022-05-12
1
-1
/
+1
*
patch 8.2.4639: not sufficient parenthesis in preprocessor macros
kylo252
2022-03-27
1
-3
/
+3
*
patch 8.2.4048: gcc complains about use of "%p" in printf
v8.2.4048
Dominique Pelle
2022-01-09
1
-6
/
+6
*
patch 8.2.4043: using int for second argument of ga_init2()
v8.2.4043
Bram Moolenaar
2022-01-08
1
-1
/
+1
*
patch 8.2.4018: ml_get error when win_execute redraws with Visual selection
v8.2.4018
Bram Moolenaar
2022-01-06
1
-26
/
+25
*
patch 8.2.4012: error messages are spread out
v8.2.4012
Bram Moolenaar
2022-01-05
1
-5
/
+3
*
patch 8.2.4010: error messages are spread out
v8.2.4010
Bram Moolenaar
2022-01-05
1
-2
/
+2
*
patch 8.2.3977: error messages are spread out
v8.2.3977
Bram Moolenaar
2022-01-01
1
-1
/
+1
*
patch 8.2.3200: Vim9: hard to guess where a type error is given
v8.2.3200
Bram Moolenaar
2021-07-22
1
-1
/
+1
*
patch 8.2.2842: Vim9: skip argument to searchpair() is not compiled
v8.2.2842
Bram Moolenaar
2021-05-07
1
-0
/
+1
*
patch 8.2.2538: crash when using Python list iterator
v8.2.2538
Bram Moolenaar
2021-02-21
1
-0
/
+2
*
patch 8.2.2178: Python 3: non-utf8 character cannot be handled
v8.2.2178
Bram Moolenaar
2020-12-21
1
-5
/
+7
*
patch 8.2.1883: compiler warnings when using Python
v8.2.1883
Bram Moolenaar
2020-10-21
1
-36
/
+39
*
patch 8.2.1834: PyEval_InitThreads() is deprecated in Python 3.9
v8.2.1834
Bram Moolenaar
2020-10-11
1
-4
/
+4
*
patch 8.2.1538: Python: iteration over vim objects fails to keep reference
v8.2.1538
Bram Moolenaar
2020-08-29
1
-6
/
+14
*
patch 8.2.1210: using ht_used when looping through a hashtab is less reliable
v8.2.1210
Bram Moolenaar
2020-07-14
1
-17
/
+14
*
patch 8.2.1150: ml_get error when using Python
v8.2.1150
Bram Moolenaar
2020-07-07
1
-5
/
+10
*
patch 8.2.1146: not enough testing for Python
v8.2.1146
Bram Moolenaar
2020-07-06
1
-1
/
+16
*
patch 8.2.1093: Python: double free when adding item to dict fails
v8.2.1093
Bram Moolenaar
2020-06-29
1
-1
/
+0
*
patch 8.2.0853: ml_delete() often called with FALSE argument
v8.2.0853
Bram Moolenaar
2020-05-30
1
-3
/
+3
*
patch 8.2.0751: Vim9: performance can be improved
v8.2.0751
Bram Moolenaar
2020-05-13
1
-4
/
+4
*
patch 8.2.0740: minor message mistakes
v8.2.0740
Bram Moolenaar
2020-05-11
1
-13
/
+13
*
patch 8.2.0654: building with Python fails
v8.2.0654
Bram Moolenaar
2020-04-28
1
-1
/
+1
*
patch 8.2.0559: clearing a struct is verbose
v8.2.0559
Bram Moolenaar
2020-04-12
1
-17
/
+17
*
patch 8.2.0517: Vim9: cannot separate "func" and "func(): void"
v8.2.0517
Bram Moolenaar
2020-04-05
1
-0
/
+1
*
patch 8.2.0500: using the same loop in many places
v8.2.0500
Bram Moolenaar
2020-04-02
1
-2
/
+2
*
patch 8.2.0173: build fails with old compiler
v8.2.0173
Bram Moolenaar
2020-01-29
1
-1
/
+1
*
patch 8.2.0155: warnings from MinGW compiler; tests fail without +float
v8.2.0155
Bram Moolenaar
2020-01-26
1
-1
/
+1
*
patch 8.2.0149: maintaining a Vim9 branch separately is more work
v8.2.0149
Bram Moolenaar
2020-01-26
1
-2
/
+7
*
patch 8.2.0111: VAR_SPECIAL is also used for booleans
v8.2.0111
Bram Moolenaar
2020-01-11
1
-7
/
+9
*
patch 8.2.0070: crash when using Python 3 with "debug" encoding
v8.2.0070
Bram Moolenaar
2020-01-01
1
-1
/
+2
*
patch 8.2.0068: crash when using Python 3 with "utf32" encoding
v8.2.0068
Bram Moolenaar
2019-12-31
1
-1
/
+1
*
patch 8.1.2366: using old C style comments
v8.1.2366
Bram Moolenaar
2019-11-30
1
-178
/
+170
*
patch 8.1.2179: pressing "q" at the more prompt doesn't stop Python output
v8.1.2179
Bram Moolenaar
2019-10-19
1
-5
/
+10
*
patch 8.1.1957: more code can be moved to evalvars.c
v8.1.1957
Bram Moolenaar
2019-09-01
1
-2
/
+2
*
patch 8.1.1583: set_ref_in_list() only sets ref in items
v8.1.1583
Bram Moolenaar
2019-06-23
1
-23
/
+7
*
patch 8.1.1414: alloc() returning "char_u *" causes a lot of type casts
v8.1.1414
Bram Moolenaar
2019-05-28
1
-4
/
+4
*
patch 8.1.1393: unnecessary type casts
v8.1.1393
Bram Moolenaar
2019-05-25
1
-3
/
+3
*
patch 8.1.1361: Python setuptools don't work with Python 3
v8.1.1361
Bram Moolenaar
2019-05-20
1
-2
/
+9
*
patch 8.1.1346: error for Python exception does not show useful info
v8.1.1346
Bram Moolenaar
2019-05-18
1
-0
/
+2
*
patch 8.1.1306: Borland support is outdated and doesn't work
v8.1.1306
Bram Moolenaar
2019-05-09
1
-5
/
+0
*
patch 8.1.1291: not easy to change directory and restore
v8.1.1291
Bram Moolenaar
2019-05-07
1
-1
/
+1
[next]