backdround

Results 13 issues of backdround

When Im tried to link with target that was failed because include file. So I fix target include files and CMakeLists.txt files that brought chaos to main project. Like include_directories,...

After closing watcher and `app.quit()`, i receive 'uncaughtException': ![image](https://user-images.githubusercontent.com/17349169/91565975-aba8b200-e94b-11ea-8f1a-cd0c1ef26818.png) **Versions:** - Chokidar 3.4.2 - Node 12.14.1 - Electron 9.1.2 - Archlinux, Linux 5.8.1 **To Reproduce:** I could't provide reproducable minimal...

linux
has test case

When do opening file which is opened already, then nothing happens as expected. But entry in jump list doesn't added also. So we just add it manualy.

version: 1.17.0 editor: nvim plugin: coc I had full of memory consumption, when try to edit bash scripts in repo with linux (kernel) submodule within. How can i ignore some...

### Steps to reproduce 1. Create init.vim: ```vim function! EchoLine() echom(line('.') . " " . col('.')) endfunction function! Found() call EchoLine() call search('\v$', 'nc', v:null, v:null, function('EchoLine')) endfunction function! Search()...

bug

To reproduce: - Launch the following selection by `` mapping: ```lua local select = function() vim.ui.select({ "a", "b", "c" }, { }, function() -- normal mode here end) end vim.keymap.set("i",...

I'm testing a plugin which performs searchs. During the tests a headless neovim outputs this to the terminal Is there a way to mute the stderr output?

I tried to write tests for #60, but figured out that title tests don't work at all because `remove_first_line` removes the actual title line to test. I can prove it...