-
```
With ruby syntax highlighting on, turning on cursorline or relativenumber
settings causes lag due to high CPU usage when moving the cursor up and down.
The conditions below exaggerbate the probl…
-
```
With ruby syntax highlighting on, turning on cursorline or relativenumber
settings causes lag due to high CPU usage when moving the cursor up and down.
The conditions below exaggerbate the probl…
-
```
With ruby syntax highlighting on, turning on cursorline or relativenumber
settings causes lag due to high CPU usage when moving the cursor up and down.
The conditions below exaggerbate the probl…
-
BPO | [46976](https://bugs.python.org/issue46976)
--- | :---
Nosy | @ronaldoussoren, @ned-deily
*Note: these values reflect the state of the issue at the time it was migrated and might not reflect th…
-
There are many calls to `context.Background()` across the `go-livepeer` codebase. This is wrong. Instead,
```ctx := context.Background()```
...should be assigned once at the top of the main functi…
-
**What did you expect to happen?**
No indenting of lines when a line break occurs.
**What actually happened?**
After a soft line break (when the word hits the right window border), the line is in…
f0086 updated
3 years ago
-
Here is screencast for demo. I also run vim without configuration (-u NORC), the result is remain the same.
![SudoEdit](https://user-images.githubusercontent.com/108053/70017883-5bb8dc80-15bf-11ea-…
Gasol updated
4 years ago
-
All plugins load except for the last one, an off-by-one error?
vundle is on git sha: 6437ad6df4a3e6a87c5fb8bd2b8aadb277ec9c87
```
% vim --version
VIM - Vi IMproved 8.0 (2016 Sep 12, compiled S…
nlsun updated
6 years ago
-
```
What steps will reproduce the problem?
1. open a file with vim
2. in a new terminal, open the same file with another vim instance
3. resize your terminal
What is the expected output? What do you …
-
```
What steps will reproduce the problem?
1. Open vim with "vim testfile"
2. Open conque with bash in vim with ":ConqueTermSplit bash"
3. Press esc to enter normal mode
3. Press F8 to pause conque wi…