Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 8.1.0451: Win32 console: Win32 console: keypad keys don't work. Use numbers instead of characters to avoid the value becoming negative. (Mike Williams) - 8.1.0452: MS-Windows: MS-Windows: not finding intl.dll. Also find intl.dll next to libintl.dll. (Ken Takata) - 8.1.0453: MS-Windows: MS-Windows: executable() is not reliable. Use $PATHEXT properly. (Yasuhiro Matsumoto, closes #3412) - 8.1.0454: resolve() was not tested with a symlink cycle. Add a test. (Dominique Pelle, closes #3513) - 8.1.0455: Checking for empty quickfix stack is not consistent. Use qf_stack_empty(). (Yegappan Lakshmanan) - 8.1.0456: Running test hangs when the input file is being edited. Use a SwapExists autocommand to ignore editing the test script. - 8.1.0457: win32 console: Win32 console: key mappings don't work. Use another solution for the keypad keys that doesn't break mappings. Some values will be negative. (Mike Williams) - 8.1.0458: Ml_get error and crash when using "do". Adjust cursor position also when diffupdate is not needed. (Hirohito Higashi) - 8.1.0459: Test_executable fails when there is a dog in the system. Rename the dog. (Hirohito Higashi) - 8.1.0460: assert_fails() does not take a message argument Add the argument. - 8.1.0461: Quickfix code uses too many /* */ comments. Change to // comments. (Yegappan Lakshmanan) - 8.1.0462: When using ConPTY Vim can be a child process. To find a Vim window use both EnumWindows() and EnumChildWindows(). (Nobuhiro Takasaki, closes #3521) - 8.1.0463: "simalt ~x" in .vimrc blocks swap file prompt. Flush buffers before prompting. (Yasuhiro Matsumoto, closes #3518, closes #2192) - 8.1.0464: MS-Windows: MS-Windows: job_info() has cmd without backslashes. (Daniel Hahler) Use rem_backslash(). (closes #3517, closes #3404) - 8.1.0465: Client-server test fails. Change logic in EnumWindows(). - 8.1.0466: Autocmd test fails. Do call inchar() when flushing typeahead.
- Loading branch information