From 62ca81255259e1e31b2045253dcffe545b43eeb5 Mon Sep 17 00:00:00 2001 From: Nick Nisi Date: Sat, 16 May 2015 09:33:41 -0500 Subject: [PATCH] vimrc updates * add completeopt property * don't show invisible characters by default * dictionary updates --- vim/vim.symlink/spell/en.utf-8.add | 6 ++++++ vim/vim.symlink/spell/en.utf-8.add.spl | Bin 1366 -> 1419 bytes vim/vimrc.symlink | 5 +++-- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/vim/vim.symlink/spell/en.utf-8.add b/vim/vim.symlink/spell/en.utf-8.add index f4a5688da..1643bb943 100644 --- a/vim/vim.symlink/spell/en.utf-8.add +++ b/vim/vim.symlink/spell/en.utf-8.add @@ -67,3 +67,9 @@ AMD repo vim namespace +touchstart +touchend +mousedown +mouseup +pointerup +pointerdown diff --git a/vim/vim.symlink/spell/en.utf-8.add.spl b/vim/vim.symlink/spell/en.utf-8.add.spl index 953fe3ff0f9fcc11e88ed18d59cdb831c8397807..d85a618c73186007599e8da5b9da8c9cbf157dcb 100644 GIT binary patch delta 129 zcmcb{)y>Tp=IL8pkeZWY^q+x&Y41k9LyR&^$)$|hjHQf>3=GNzjKz$pOh8s;3L^t! zbm`6Dws*X3PL-y_i}I XRGbJhFRN&>9kVkN6T{|a=F5x#CO;l! delta 76 zcmeC?zQ)BD=IL8pkeZWY^q+x&Y0gHzLySC($&A^IrHqUW49W$Q-!Qr}G3HEmVtT>D e_zf&5oz9$^JK3CBZE^{-6BFb6%{!PcGXell9u@)s diff --git a/vim/vimrc.symlink b/vim/vimrc.symlink index a1d3e063f..85374388e 100644 --- a/vim/vimrc.symlink +++ b/vim/vimrc.symlink @@ -21,7 +21,7 @@ let mapleader = ',' let g:mapleader = ',' set history=1000 " change history to 1000 -" set textwidth=80 +set textwidth=120 " Tab control set noexpandtab " insert tabs rather than spaces for @@ -30,6 +30,7 @@ set tabstop=4 " the visible width of tabs set softtabstop=4 " edit as if the tabs are 4 characters wide set shiftwidth=4 " number of spaces to use for indent and unindent set shiftround " round indent to a multiple of 'shiftwidth' +set completeopt+=longest if has('mouse') set mouse=a @@ -204,7 +205,7 @@ noremap :set hlsearch! hlsearch? nmap ;s :set invspell spelllang=en " toggle invisible characters -set invlist +" set invlist set listchars=tab:▸\ ,eol:¬,trail:⋅,extends:❯,precedes:❮ highlight SpecialKey ctermbg=none " make the highlighting of tabs less annoying set showbreak=↪