| H A D | test_listener.vim | 5 let s:end = a:e 71 call assert_equal(3, s:end) 146 func s:StoreListArgs(buf, start, end, added, list) argument 149 let s:end = a:end 165 call assert_equal(2, s:end) 177 call assert_equal(4, s:end) 191 call assert_equal(6, s:end) 194 \ {'lnum': 4, 'end': 5, 'col': 1, 'added': -1}, 217 func s:StoreBufList(buf, start, end, added, list) argument 330 func Listener(bufnr, start, end, added, changes) argument [all …]
|