- 02 Aug, 2021 1 commit
-
-
James T. Lee authored
Let's see if this is better in Vim 8.2.
-
- 18 Jun, 2020 1 commit
-
-
James T. Lee authored
The previous autocmd was being overridden by viminfo preserving the line number. This adds a new autocmd that runs after viminfo is loaded.
-
- 24 Apr, 2020 2 commits
-
-
James T. Lee authored
-
James T. Lee authored
-
- 23 Apr, 2020 1 commit
-
-
James T. Lee authored
-
- 08 May, 2019 6 commits
-
-
James T. Lee authored
-
James T. Lee authored
-
James T. Lee authored
This reverts commit 7a67e70f.
-
James T. Lee authored
-
James T. Lee authored
-
James T. Lee authored
-
- 07 Mar, 2019 3 commits
-
-
James T. Lee authored
Work around painfully slow syntax highlighting for ruby/perl/others: use the legacy regexp engine. Bug reports suggest this problem is specific to 'relativenumber' configurations, but the slowness arises with 'hlsearch' too.
-
James T. Lee authored
Turns out the default regexpengine=2 is also painfully slow when searching, so go back to showing relative number and then we'll set regexpengine=1. This reverts commit f10f1a84.
-
James T. Lee authored
While [patch 8.1.0374](https://github.com/vim/vim/commit/bd9a53c06c8869ad811cb3dd01a309c9be7d7a63) seems to fix scrolling, relativenumber is still painfully slow when typing code under the default regexpengine. Setting regexpengine=1 helps, but doesn't solve the problem, it only hides it with a faster regex implementation. The only use of the relativenumber line was for jumps and the occasional line changes/deletions. I should use / and ? searches instead.
-
- 06 Mar, 2019 6 commits
-
-
James T. Lee authored
-
James T. Lee authored
-
James T. Lee authored
-
James T. Lee authored
-
James T. Lee authored
-
James T. Lee authored
-
- 27 Aug, 2018 1 commit
-
-
James T. Lee authored
-
- 27 Nov, 2017 1 commit
-
-
James T. Lee authored
-
- 16 Nov, 2017 1 commit
-
-
James T. Lee authored
The trigram glyph is properly a two character width glyph which is not properly reported by `wcwidth` in many operating systems.
-
- 03 Mar, 2017 4 commits
-
-
James T. Lee authored
-
James T. Lee authored
-
James T. Lee authored
To indicate truecolor and powerline support in a more granular way, and support using unconfigured terminals (like on public computers) which may have 256-color support but no powerline font.
-
James T. Lee authored
-
- 15 Feb, 2017 1 commit
-
-
James T. Lee authored
Feeling pretty confident in normal mode now, so re-enable this (to help out with fixing bad auto-indentation, especially).
-
- 24 Jan, 2017 1 commit
-
-
James T. Lee authored
-
- 20 Jan, 2017 3 commits
-
-
James T. Lee authored
I often lose what's in my clipboard with simple editing commands and the clipboard can just as easily be explicitly accessed through the * and + registers ("+y; "+p; etc.). -
James T. Lee authored
-
James T. Lee authored
The semantics of the powerline separator don't seem well-suited to a list of independent items like a list of buffers or tabs; and the separators don't match the tmux theme I settled on.
-
- 19 Jan, 2017 2 commits
-
-
James T. Lee authored
This reverts commit d365bf8f.
-
James T. Lee authored
Decided they don't make sense semantically and don't blend in with my other apps (looking at you, Tmux) very well.
-
- 07 Jan, 2017 6 commits
-
-
James T. Lee authored
-
James T. Lee authored
-
James T. Lee authored
-
James T. Lee authored
-
James T. Lee authored
-
James T. Lee authored
-