mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 15:08:35 +00:00
vim-patch:8.0.0058 Problem: Positioning of the popup menu is not good. Solution: Position it better. (Hirohito Higashi)91e44a3305
vim-patch:8.0.0099 Problem: Popup menu always appears above the cursor when it is in the lower half of the screen. (Matt Gardner) Solution: Compute the available space better. (Hirohito Higashi, closes vim/vim#1241)73095288da
vim-patch:8.0.0127 Problem: Cancelling completion still inserts text when formatting is done for 'textwidth'. (lacygoill) Solution: Don't format when CTRL-E was typed. (Hirohito Higashi, closes vim/vim#1312)73fd498886
vim-patch:7.4.2188 Problem: Completion does not work properly with some plugins. Solution: Revert the part related to typing CTRL-E. (closes vim/vim#972)c9fb77c692
vim-patch:7.4.2146 Problem: Not enough testing for popup menu. CTRL-E does not always work properly. Solution: Add more tests. When using CTRL-E check if the popup menu is visible. (Christian Brabandt)472472898a
vim-patch:7.4.2147 Problem: test_alot fails. Solution: Close window.abb71fbd39
vim-patch:7.4.2149 Problem: If a test leaves a window open a following test may fail. Solution: Always close extra windows after running a test.7cba71d7e3
vim-patch:7.4.2321 Problem: When a test is commented out we forget about it. Solution: Let a test throw an exception with "Skipped" and list skipped test functions. (Christian Brabandt)dac1947bb3
vim-patch:7.4.2331 Problem: Using CTRL-X CTRL-V to complete a command line from Insert mode does not work after entering an expression on the command line. Solution: Don't use "ccline" when not actually using a command line. (test by Hirohito Higashi)33a80eeb85
vim-patch:8.0.0008 Problem: Popup complete test is disabled. Solution: Enable the test and change the assert. (Hirohito Higashi)9e02cfa226
vim-patch:8.0.0047 Problem: Crash when using the preview window from an unnamed buffer. (lifepillar) Solution: Do not clear the wrong buffer. (closes vim/vim#1200)50e5376926
vim-patch:8.0.0053 Problem: No test for what 8.0.0047 fixes. Solution: Add a test. (Hirohito Higashi)60ef3e81f4
This commit is contained in:

committed by
Justin M. Keyes

parent
e9a2f77bff
commit
4431975210
@@ -109,7 +109,7 @@ static int included_patches[] = {
|
||||
// 2334,
|
||||
// 2333,
|
||||
// 2332 NA
|
||||
// 2331,
|
||||
2331,
|
||||
// 2330,
|
||||
// 2329,
|
||||
// 2328,
|
||||
@@ -119,7 +119,7 @@ static int included_patches[] = {
|
||||
// 2324,
|
||||
// 2323,
|
||||
// 2322,
|
||||
// 2321,
|
||||
2321,
|
||||
// 2320,
|
||||
// 2319 NA
|
||||
// 2318,
|
||||
@@ -252,7 +252,7 @@ static int included_patches[] = {
|
||||
// 2191 NA
|
||||
// 2190,
|
||||
// 2189,
|
||||
// 2188,
|
||||
2188,
|
||||
// 2187,
|
||||
// 2186 NA
|
||||
// 2185,
|
||||
@@ -291,10 +291,10 @@ static int included_patches[] = {
|
||||
// 2152,
|
||||
// 2151,
|
||||
// 2150 NA
|
||||
// 2149,
|
||||
2149,
|
||||
// 2148,
|
||||
// 2147,
|
||||
// 2146,
|
||||
2147,
|
||||
2146,
|
||||
// 2145 NA
|
||||
// 2144,
|
||||
// 2143,
|
||||
|
Reference in New Issue
Block a user