From bf8e5591401426fadac2a416bc824e65af001dbf Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Wed, 16 Aug 2017 00:28:47 +0200 Subject: fixed calling of editexisting --- vimrc-full | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/vimrc-full b/vimrc-full index 08e140e..5b12fd7 100644 --- a/vimrc-full +++ b/vimrc-full @@ -5,7 +5,8 @@ set ts=4 sts=4 sw=4 expandtab | " better done with a modeline set redrawtime=1000 | " Timeout in milliseconds for redrawing the display / CTRL+L to retry " scripts from the default vim installation, which do not get loaded by default, but are useful. -silent ":runtime macros/editexisting.vim" +" silent :runtime macros/editexisting.vim +packadd! editexisting if has("multi_byte") scriptencoding utf-8 | " tell vim that we are using utf-8 here @@ -452,9 +453,10 @@ if has("gui_running") set guioptions-=L | " do not show left scrollbar set guioptions-=r | " do not show right scrollbar set winaltkeys=menu | " behave like other windows: ALT-key can be used to open the menu (and cannot be :remaped) - set guifont=Dejavu\ Sans\ Mono\ for\ Powerline\ 10 - set guifont=Source\ Code\ Pro\ Semi-Bold\ 10 + " set guifont=Dejavu\ Sans\ Mono\ for\ Powerline\ 10 + " set guifont=Source\ Code\ Pro\ Semi-Bold\ 10 " set guifont=Droid\ Sans\ Mono\ for\ Powerline\ 12 + set guifont=Dejavu\ Sans\ Mono\ For\ Powerline\ Semibold " set selectmode=mouse,key,cmd | " enters vim's select mode when pressing shift-left or shift-END " set keymodel=startsel,stopsel | " makes shift-left, shift-right available for selecting text endif -- cgit v1.2.3