vim-markbar icon indicating copy to clipboard operation
vim-markbar copied to clipboard

Display all accessible marks and their surrounding lines in a collapsible sidebar.

Results 10 vim-markbar issues
Sort by recently updated
recently updated
newest added

I think a neat quick little view could be just a popup window at the cursor without the context for jumping to known targets. I use `vim-ccls` which used a...

enhancement

Running vim-markbar's test suite keeps throwing error messages like: ``` "~/plugin/vim-markbar/plugin/vim-markbar.vim" line 1 of 332 --0%-- col 1 Error detected while processing function markbar#helpers#GetOpenBuffers: line 2: E121: Undefined variable: l:to_return...

I don't know if this is a bug or is it suppose to work this way but after pressing mo I need to press an extra (any) key to actually...

If I type `'d` to select mark `d`, vim keeps waiting for extra input before jumping to the mark. You can see the `d` on the bottom right. It only...

If I edit several files in one gvim window (8.1) and `bunload` them, they appear in subsequent gvim windows via `:ls!` command as unlisted buffers. This is the case if...

Running `./run_tests.sh` from inside `$PROJECT_ROOT/test` produces output like: Example Output, snipped at head and tail ``` Starting Vader: /home/yiliny/plugins/vim-markbar/test/standalone-test-foldopen.vader (1/8) [EXECUTE] Open Buffers (2/8) [EXECUTE] Initialize, Declare Test Helpers (3/8)...

bug

As above. - Suppose that there's a global mark `'Z`. - We open vim instance (1), which shows mark `'Z` in its markbar. - We open vim instance (2), which...

enhancement

Travis CI is no longer automatically triggering new builds because I've run out of build credits. I still want a way to easily test code changes against multiple different (neo)vim...

When using select a mark functionality (as described [here](https://github.com/Yilin-Yang/vim-markbar#navigating-the-peekaboo-markbar), I get a message saying `Mark not in markbar: w` (in case I did `w`). I can see the mark in...

``` -- Customize display format to show mark name, filename, and line number vim.g.markbar_mark_name_format_string = "%s %s:%d" vim.g.markbar_mark_name_arguments = "['name', 'fname', 'line']" -- Customize peekaboo display format (what shows when...