Commit e17efea
committed
vim: Import v8.1.0224
* 8.1.0224: hang in bracketed paste mode when t_PE not encountered
* 8.1.0223: completing shell command finds sub-directories in $PATH
* 8.1.0222: errors are reported for "make install"
* 8.1.0221: not enough testing for the Ruby interface
* 8.1.0220: Ruby converts v:true and v:false to a number
* 8.1.0219: expanding ## fails to escape backtick
* 8.1.0218: cannot add matches to another window
* 8.1.0217: compiler warning for variable set but not used1 parent ec07175 commit e17efea
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
- runtime/doc/eval.txt+3-1
- runtime/doc/if_ruby.txt+2-1
- src/edit.c+16-7
- src/evalfunc.c+41-26
- src/ex_docmd.c+6-2
- src/ex_getln.c+17-12
- src/if_ruby.c+4-2
- src/installman.sh+38-30
- src/testdir/test_cmdline.vim+24-1
- src/testdir/test_edit.vim+8
- src/testdir/test_match.vim+22
- src/testdir/test_ruby.vim+318-24
- src/version.c+16
0 commit comments