mirror of
https://github.com/vim/vim.git
synced 2025-10-18 07:54:29 -04:00
patch 8.1.0037: cannot easily append lines to another buffer
Problem: Cannot easily append lines to another buffer. Solution: Add appendbufline().
This commit is contained in:
@@ -527,7 +527,7 @@ func! Test_edit_CTRL_I()
|
||||
" Tab in completion mode
|
||||
let path=expand("%:p:h")
|
||||
new
|
||||
call setline(1, [path."/", ''])
|
||||
call setline(1, [path. "/", ''])
|
||||
call feedkeys("Arunt\<c-x>\<c-f>\<tab>\<cr>\<esc>", 'tnix')
|
||||
call assert_match('runtest\.vim', getline(1))
|
||||
%d
|
||||
|
Reference in New Issue
Block a user