Justin M. Keyes
2f17ef1fc4
fix(messages): use "Vimscript" instead of "VimL" #24111
...
followup to #24109
fix #16150
2023-06-22 04:09:14 -07:00
dundargoc
743860de40
test: replace lfs with luv and vim.fs
...
test: replace lfs with luv
luv already pretty much does everything lfs does, so this duplication
of dependencies isn't needed.
2023-04-04 21:59:06 +02:00
zeertzjq
7d58de11f4
fix(rpc)!: preseve files when stdio channel is closed ( #22137 )
...
BREAKING CHANGE: Unsaved changes are now preserved rather than discarded
when stdio channel is closed.
2023-02-11 18:25:01 +08:00
zeertzjq
a77be32cf9
test: add a Lua test for swap file created before boot
...
Change the file modification time instead of uptime.
2022-11-17 22:17:48 +08:00
zeertzjq
f4274d0f62
vim-patch:8.2.3102: test for crash fix does not fail without the fix ( #20018 )
...
Problem: Test for crash fix does not fail without the fix.
Solution: Adjust the test sequence. (closes vim/vim#8506 )
3777d6e32b
Cherry-pick CheckUnix from patch 8.2.1432.
2022-08-31 09:41:00 +08:00
zeertzjq
f5a3edb0c0
refactor: remove cpo-& behavior ( #17745 )
...
cpo-& has been removed, but its behavior was accidentally made the
default behavior. That should be removed instead.
2022-03-23 19:52:50 +08:00
Justin M. Keyes
6751d6254b
refactor(tests): use assert_alive() #15546
2021-09-01 09:42:53 -07:00
Justin M. Keyes
7e1c959861
test: Eliminate expect_err
...
Eliminate `expect_err` in favor of `pcall_err` + `eq` or `matches`.
2019-09-06 17:19:07 -07:00
Justin M. Keyes
7e1591e06a
API: emit nvim_error_event on failed async request
...
We already do this for _invalid_ async requests #9300 .
Now we also do it for failed invocation of valid requests.
2019-04-13 17:07:58 +02:00
raffitz
95fa71c6d2
:recover : Fix crash on non-existent *.swp #9504
...
Reverts d2944e6a29
. mf_open() _can_ fail if the file does not exist.
closes #9503
closes #9504
2019-01-15 00:47:53 +01:00
Justin M. Keyes
0f00f31cbd
VimL/confirm(): Show dialog even if :silent
...
closes #8788
related #9034
2018-12-01 16:06:01 +01:00
Justin M. Keyes
22c83a4de9
swapfile: Always show swap dialog (E325)
...
If swapfile dialog prompts for input, it must be displayed to the user.
fix #8840
fix #9027
2018-09-23 15:58:01 +02:00