feat: quickfix (#293)
* feat: quickfix (not implemented) * [WIP]: Wed 09 Dec 2020 11:11:30 PM EST * somewhat working linked list impl * getting closer * might be working * might be working for real * works and implemented basic example * dont forget to close prompt * fix descending and add more tests * test fixes * fix test * more logging * Fix some more tests * Fix logging messing up tests * fix: lint * fix: multi select stuffs
This commit is contained in:
14
lua/tests/pickers/find_files__scrolling_descending_cycle.lua
Normal file
14
lua/tests/pickers/find_files__scrolling_descending_cycle.lua
Normal file
@@ -0,0 +1,14 @@
|
||||
require('plenary.reload').reload_module('plenary')
|
||||
require('plenary.reload').reload_module('telescope')
|
||||
|
||||
local tester = require('telescope.pickers._test')
|
||||
local helper = require('telescope.pickers._test_helpers')
|
||||
|
||||
tester.builtin_picker('find_files', 'telescope<c-n>', {
|
||||
post_close = {
|
||||
tester.not_ { 'plugin/telescope.vim', helper.get_file },
|
||||
},
|
||||
}, {
|
||||
sorting_strategy = "descending",
|
||||
scroll_strategy = "cycle",
|
||||
})
|
||||
Reference in New Issue
Block a user