summaryrefslogtreecommitdiffstats
path: root/src/testdir
AgeCommit message (Collapse)Author
2019-09-03patch 8.1.1972: no proper test for getchar()v8.1.1972Bram Moolenaar
Problem: No proper test for getchar(). Solution: Add a test with special characters.
2019-09-03patch 8.1.1970: search stat space wrong, no test for 8.1.1965v8.1.1970Bram Moolenaar
Problem: Search stat space wrong, no test for 8.1.1965. Solution: Fix check for cmd_silent. Add a test. (Christian Brabandt)
2019-09-03patch 8.1.1969: popup window filter is used in all modesv8.1.1969Bram Moolenaar
Problem: Popup window filter is used in all modes. Solution: Add the "filtermode" property.
2019-09-03patch 8.1.1968: crash when using nested map()v8.1.1968Bram Moolenaar
Problem: Crash when using nested map(). Solution: Clear the pointer in prepare_vimvar(). (Ozaki Kiichi, closes #4890, closes #4891)
2019-09-02patch 8.1.1967: line() only works for the current windowv8.1.1967Bram Moolenaar
Problem: Line() only works for the current window. Solution: Add an optional argument for the window to use.
2019-09-02patch 8.1.1964: crash when using nested map() and filter()v8.1.1964Bram Moolenaar
Problem: Crash when using nested map() and filter(). Solution: Do not set the v:key type to string without clearing the pointer.
2019-09-01patch 8.1.1963: popup window filter may be called recursivelyv8.1.1963Bram Moolenaar
Problem: Popup window filter may be called recursively when using a Normal mode command. Solution: Prevent recursiveness. (closes #4887) Also restore KeyTyped.
2019-09-01patch 8.1.1961: more functions can be used as a methodv8.1.1961Bram Moolenaar
Problem: More functions can be used as a method. Solution: Allow more functions to be used as a method. Add a test for mapcheck().
2019-09-01patch 8.1.1959: when using "firstline" in popup window text may jumpv8.1.1959Bram Moolenaar
Problem: When using "firstline" in popup window text may jump when redrawing it. (Nick Jensen) Solution: Set 'scrolloff' to zero in a popup window. (closes #4882)
2019-09-01patch 8.1.1956: screenshot tests may use a different encodingv8.1.1956Bram Moolenaar
Problem: Screenshot tests may use a different encoding. (Dominique Pelle) Solution: Always set 'encoding' to "utf-8" when running Vim in a terminal. (closes #4884)
2019-09-01patch 8.1.1955: tests contain typosv8.1.1955Bram Moolenaar
Problem: Tests contain typos. Solution: Correct the typos. (Dominique Pelle)
2019-08-31patch 8.1.1954: more functions can be used as a methodv8.1.1954Bram Moolenaar
Problem: More functions can be used as a method. Solution: Allow more functions to be used as a method.
2019-08-31patch 8.1.1953: more functions can be used as a methodv8.1.1953Bram Moolenaar
Problem: More functions can be used as a method. Solution: Allow more functions to be used as a method.
2019-08-31patch 8.1.1952: more functions can be used as a methodv8.1.1952Bram Moolenaar
Problem: More functions can be used as a method. Solution: Allow more functions to be used as a method.
2019-08-31patch 8.1.1951: mouse double click test is a bit flakyv8.1.1951Bram Moolenaar
Problem: Mouse double click test is a bit flaky. Solution: Add to list of flaky tests. Update a couple of comments.
2019-08-30patch 8.1.1949: cannot scroll a popup window to the very bottomv8.1.1949Bram Moolenaar
Problem: Cannot scroll a popup window to the very bottom. Solution: Scroll to the bottom when the "firstline" property was set to -1. (closes #4577) Allow resetting min/max width/height.
2019-08-30patch 8.1.1947: when executing one test the report doesn't show itv8.1.1947Bram Moolenaar
Problem: When executing one test the report doesn't show it. Solution: Adjust the regexp. (Daniel Hahler, closes #4879)
2019-08-30patch 8.1.1946: memory error when profiling a function without a script IDv8.1.1946Bram Moolenaar
Problem: Memory error when profiling a function without a script ID. Solution: Check for missing script ID. (closes #4877)
2019-08-30patch 8.1.1945: popup window "firstline" cannot be resetv8.1.1945Bram Moolenaar
Problem: Popup window "firstline" cannot be reset. Solution: Allow for setting "firstline" to zero. Fix that the text jumps to the top when using win_execute(). (closes #4876)
2019-08-30patch 8.1.1941: getftype() test fails on Macv8.1.1941Bram Moolenaar
Problem: getftype() test fails on Mac. Solution: Skip /dev/fd/.
2019-08-29patch 8.1.1936: not enough tests for text property popup windowv8.1.1936Bram Moolenaar
Problem: Not enough tests for text property popup window. Solution: Add a few more tests. Make negative offset work. Close all popups when window closes.
2019-08-28patch 8.1.1935: test for text property popup window is flakyv8.1.1935Bram Moolenaar
Problem: Test for text property popup window is flaky. Solution: Remove the undo message
2019-08-28patch 8.1.1934: not enough tests for text property popup windowv8.1.1934Bram Moolenaar
Problem: Not enough tests for text property popup window. Solution: Add a few more tests.
2019-08-27patch 8.1.1932: ml_get errors after using append()v8.1.1932Bram Moolenaar
Problem: Ml_get errors after using append(). (Alex Genco) Solution: Do not update the cursor twice. (closes #1737)
2019-08-26patch 8.1.1931: syntax test failsv8.1.1931Bram Moolenaar
Problem: Syntax test fails. Solution: Add new javascriptreact type to completions.
2019-08-26patch 8.1.1930: cannot recognize .jsx and .tsx filesv8.1.1930Bram Moolenaar
Problem: Cannot recognize .jsx and .tsx files. Solution: Recognize them as javascriptreact and typescriptreact. (closes #4830)
2019-08-25patch 8.1.1929: no tests for text property popup windowv8.1.1929Bram Moolenaar
Problem: No tests for text property popup window. Solution: Add a few tests.
2019-08-24patch 8.1.1925: more functions can be used as methodsv8.1.1925Bram Moolenaar
Problem: More functions can be used as methods. Solution: Make various functions usable as a method.
2019-08-24patch 8.1.1924: using empty string for current buffer is unexpectedv8.1.1924Bram Moolenaar
Problem: Using empty string for current buffer is unexpected. Solution: Make the argument optional for bufname() and bufnr().
2019-08-24patch 8.1.1921: more functions can be used as methodsv8.1.1921Bram Moolenaar
Problem: More functions can be used as methods. Solution: Make various functions usable as a method.
2019-08-24patch 8.1.1920: cannot always close a popup when filter consumes all eventsv8.1.1920Bram Moolenaar
Problem: Cannot close a popup by the X when a filter consumes all events. Solution: Check for a click on the close button before invoking filters. (closes #4858)
2019-08-24patch 8.1.1919: using window options when passing a buffer to popup_create()v8.1.1919Bram Moolenaar
Problem: Using current window option values when passing a buffer to popup_create(). Solution: Clear the window-local options. (closes #4857)
2019-08-24patch 8.1.1917: non-current window is not redrawn when moving popupv8.1.1917Bram Moolenaar
Problem: Non-current window is not redrawn when moving popup. (Ben Jackson) Solution: Redraw all windows under a popup. (closes #4860)
2019-08-23patch 8.1.1915: more functions can be used as methodsv8.1.1915Bram Moolenaar
Problem: More functions can be used as methods. Solution: Make various functions usable as a method.
2019-08-23patch 8.1.1913: not easy to compute the space on the command linev8.1.1913Bram Moolenaar
Problem: Not easy to compute the space on the command line. Solution: Add v:echospace. (Daniel Hahler, closes #4732)
2019-08-22patch 8.1.1912: more functions can be used as methodsv8.1.1912Bram Moolenaar
Problem: More functions can be used as methods. Solution: Make channel and job functions usable as a method.
2019-08-22patch 8.1.1911: more functions can be used as methodsv8.1.1911Bram Moolenaar
Problem: More functions can be used as methods. Solution: Make a few more functions usable as a method.
2019-08-21patch 8.1.1909: more functions can be used as methodsv8.1.1909Bram Moolenaar
Problem: More functions can be used as methods. Solution: Make a few more functions usable as a method.
2019-08-21patch 8.1.1908: every popup window consumes a buffer numberv8.1.1908Bram Moolenaar
Problem: Every popup window consumes a buffer number. Solution: Recycle buffers only used for popup windows. Do not list popup window buffers.
2019-08-21patch 8.1.1907: wrong position for info popup with scrollbar on the leftv8.1.1907Bram Moolenaar
Problem: Wrong position for info popup with scrollbar on the left. Solution: Take the scrollbar into account.
2019-08-21patch 8.1.1905: cannot set all properties of the info popupv8.1.1905Bram Moolenaar
Problem: Cannot set all properties of the info popup. Solution: Add popup_findinfo(). Rename popup_getpreview() to popup_findpreview().
2019-08-21patch 8.1.1904: cannot have an info popup align with the popup menuv8.1.1904Bram Moolenaar
Problem: Cannot have an info popup align with the popup menu. Solution: Add the "align" item to 'completepopup'.
2019-08-21patch 8.1.1902: cannot have an info popup without a borderv8.1.1902Bram Moolenaar
Problem: Cannot have an info popup without a border. Solution: Add the "border" item to 'completepopup'.
2019-08-21patch 8.1.1900: sign test fails in the GUIv8.1.1900Bram Moolenaar
Problem: Sign test fails in the GUI. Solution: Catch and ignore the exception.
2019-08-21patch 8.1.1899: sign_place() does not work as documentedv8.1.1899Bram Moolenaar
Problem: sign_place() does not work as documented. Solution: Make accept line numbers like line(). (Yegappan Lakshmanan, closes #4848)
2019-08-20patch 8.1.1893: script to summarize test results can be improvedv8.1.1893Bram Moolenaar
Problem: Script to summarize test results can be improved. Solution: Use "silent" for substitute to avoid reporting number of matches. Remove duplicate "set nocp". (Daniel Hahler, closes #4845)
2019-08-19patch 8.1.1890: ml_get error when deleting fold markerv8.1.1890Bram Moolenaar
Problem: Ml_get error when deleting fold marker. Solution: Check that the line number is not below the last line. Adjust the fold when deleting the empty line. (Christian Brabandt, closes #4834)
2019-08-18patch 8.1.1888: more functions can be used as methodsv8.1.1888Bram Moolenaar
Problem: More functions can be used as methods. Solution: Make various functions usable as a method.
2019-08-18patch 8.1.1883: options test failsv8.1.1883Bram Moolenaar
Problem: Options test fails. Solution: Add entry for 'completepopup'.
2019-08-18patch 8.1.1882: cannot specify properties of the info popup windowv8.1.1882Bram Moolenaar
Problem: Cannot specify properties of the info popup window. Solution: Add the 'completepopup' option. Default to PmenuSel highlight.