diff options
author | Urbain Vaes <urbain@vaes.uk> | 2019-04-03 15:02:21 +0200 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2019-04-03 15:02:27 +0200 |
commit | a0d3fb4b6ae53a6942ec072246587fa84bdf72da (patch) | |
tree | 69d5c063aee56032c55e059ef134c6ef0bfc40c2 /vim | |
parent | 0b73d545946fa1d62a66138ad30e46cd0f8d358e (diff) |
[arch] Update metapackages
Diffstat (limited to 'vim')
-rw-r--r-- | vim/.vim/spell/en.utf-8.add | 2 | ||||
-rw-r--r-- | vim/.vim/spell/en.utf-8.add.spl | bin | 897 -> 954 bytes | |||
-rw-r--r-- | vim/.vimrc | 4 |
3 files changed, 4 insertions, 2 deletions
diff --git a/vim/.vim/spell/en.utf-8.add b/vim/.vim/spell/en.utf-8.add index 41b0cdf..c822116 100644 --- a/vim/.vim/spell/en.utf-8.add +++ b/vim/.vim/spell/en.utf-8.add @@ -55,3 +55,5 @@ periodized hypoelliptic pointwise nonsymmetric +philic +microfluidics diff --git a/vim/.vim/spell/en.utf-8.add.spl b/vim/.vim/spell/en.utf-8.add.spl Binary files differindex 3809c8d..4ebf009 100644 --- a/vim/.vim/spell/en.utf-8.add.spl +++ b/vim/.vim/spell/en.utf-8.add.spl @@ -383,7 +383,7 @@ inoreabbrev <expr> #!! "#!/usr/bin/env" . (empty(&filetype) ? '' : ' '.&filetype inoremap <nowait> <c-g> <esc>h1z=ea nnoremap <Leader>s 1z= -" Projectionist +" Projectionist nnoremap ,e :E " Unimpaired @@ -524,7 +524,7 @@ augroup myflags autocmd User Flags call Hoist("buffer", "%{&paste?'[paste]':''}") autocmd User Flags call Hoist("window", "%{WinCwd() != '' ? '['.WinCwd().']' : ''}") - highlight MyGlobals ctermfg=255 ctermbg=65 + highlight MyGlobals ctermfg=255 ctermbg=240 autocmd User Flags call Hoist("global", {"hl": "MyGlobals"}, "[%{pathshorten(GlobalCwd())}, %{g:my_searchprgs[g:my_searchprg]}, %{g:my_findprgs[g:my_findprg]}]") augroup END |