Results 33 issues of Lifepillar

Possibly related to https://github.com/justinmk/vim-dirvish/issues/127. To reproduce, open Vim, then open a terminal (`:terminal`), go to Normal mode and type `-` (or whatever mapping for `(dirvish_up)` you have). Instead of opening...

enhancement

When I run Jace 2.0-Stable in macOS High Sierra, I get the following exception: ``` Allocated output lines: 0 Getting source line from Port Built-in Microphone, version Unknown Version: PCM_SIGNED...

I'd like to share my current vision for medium/long term development of this project, as a note for myself and also to receive feedback. Nothing below is cast in stone....

enhancement

MUcomplete cannot exploit the optimization provided by `complete_add()` and `complete_check()` in user completion functions (see `:h E840` for an example). This means that a function like `CompleteMonths()` cannot be interrupted...

enhancement
help wanted

With the demo PDF from [this page](http://pdftohtml.sourceforge.net/) ([direct link to PDF](http://pdftohtml.sourceforge.net/demo1/demo1.pdf)), Pdfminer.six parses a few `LTTextLineHorizontal` objects immediately under the `LTPage` object. I don't think this is expected: for instance,...

type: bug
component: converter
status: accepted
good first issue

Minimal example to reproduce: ```vim set background=dark hi clear if exists('syntax_on') syntax reset endif let g:colors_name = 'test' hi Normal guifg=#ffffff guibg=#292c36 guisp=NONE gui=NONE hi StatusLine guifg=#64878f guibg=fg guisp=NONE gui=NONE,reverse...

How do you move a page between a split page? I have scanned a book where pages 3 and 4 are missing. So, I have one image with page 2...

I use macOS with a trackpad, and apparently some shortcuts cannot be used. These are the ones I have found, but there may be others: 1. Alt+Wheel to scale thumbnails;...

I have checked a few color schemes with `check_colors.vim`, and they do not pass validation. I am not sure what the status of that script is (I am using Vim...

**Describe the bug** There are some entries in my Connection Log pane, which correspond to allegedly blocked connections made by my local DNS server (Unbound), despite the IP address obviously...