Commit 72410e8
committed
vim: Import v9.1.1972
* 9.1.1972: No way to access the clipboard without X11/Wayland
* 9.1.1971: crash with invalid positional argument 0 in printf()
* 9.1.1971: Crash when buffer gets deleted inside charconvert during save
* 9.1.1970: visual end column returns wrong value after block edit
* runtime(doc): Rename NoDefaultCurrentDirectoryInExePath tag
* 9.1.1969: Wrong cursor position after formatting with long 'formatprg'
* 9.1.1968: tests: test_python3.vim leaves swapfiles behind
* 9.1.1967: if_python: 64bit numbers truncated1 parent 03386a4 commit 72410e8
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
- runtime/doc/builtin.txt+11-10
- runtime/doc/eval.txt+117-3
- runtime/doc/options.txt+12-8
- runtime/doc/tags+12-1
- runtime/doc/various.txt+2-1
- runtime/doc/version9.txt+7-3
- runtime/syntax/vim.vim+2-2
- src/buffer.c+4
- src/clipboard.c+458-14
- src/evalfunc.c+29-10
- src/evalvars.c+1
- src/ex_cmds.c+6
- src/ex_cmds2.c+6
- src/ex_docmd.c+8-2
- src/getchar.c+1-1
- src/globals.h+6-1
- src/gui.c+2
- src/if_py_both.h+1-1
- src/main.c+1-1
- src/message.c+5
- src/ops.c+5
- src/option.h+2
- src/optiondefs.h+1-1
- src/optionstr.c+54-5
- src/proto/clipboard.pro+4
- src/proto/evalfunc.pro+1
- src/register.c+150-57
- src/strings.c+8-1
- src/structs.h+15-3
- src/testdir/dumps/Test_long_formatprg_no_hit_enter_1.dump+10
- src/testdir/dumps/Test_long_formatprg_no_hit_enter_2.dump+10
- src/testdir/dumps/Test_long_formatprg_no_hit_enter_3.dump+10
- src/testdir/test_buffer.vim+7
- src/testdir/test_clipmethod.vim+55-3
- src/testdir/test_eval_stuff.vim+356
- src/testdir/test_format.vim+2
- src/testdir/test_messages.vim+25
- src/testdir/test_options.vim+13-7
- src/testdir/test_python3.vim+14-9
- src/testdir/test_visual.vim+13
- src/version.c+17
- src/vim.h+22-8
- src/viminfo.c+2-2
0 commit comments