diff options
-rw-r--r-- | vimrc-full | 11 |
1 files changed, 5 insertions, 6 deletions
@@ -1,11 +1,5 @@ | |||
1 | " vim: noai:ts=2:sw=2:sts=2 iskeyword+=\:,\!,\<,\>,\-,\& | 1 | " vim: noai:ts=2:sw=2:sts=2 iskeyword+=\:,\!,\<,\>,\-,\& |
2 | 2 | ||
3 | " scripts from the default vim installation, which do not get loaded by default, but are useful. | ||
4 | " if filereadable($VIMRUNTIME.'/macros/editexisting.vim') | ||
5 | " " source $VIMRUNTIME/macros/editexisting.vim | ||
6 | " packadd! editexisting | ||
7 | " endif | ||
8 | |||
9 | "======================================================================================================================= | 3 | "======================================================================================================================= |
10 | " GENERAL: | 4 | " GENERAL: |
11 | "======================================================================================================================= | 5 | "======================================================================================================================= |
@@ -295,6 +289,11 @@ else " default Vim? | |||
295 | menu &UI.&Open\ in\ Serversession | 289 | menu &UI.&Open\ in\ Serversession |
296 | \ :execute ":bd<Bar>:call remote_send('GVIM', ':e ' . expand('#:p') . '\<CR\>')"<CR> | 290 | \ :execute ":bd<Bar>:call remote_send('GVIM', ':e ' . expand('#:p') . '\<CR\>')"<CR> |
297 | 291 | ||
292 | " scripts from the default vim installation, which do not get loaded by default, but are useful. | ||
293 | if filereadable($VIMRUNTIME.'/macros/editexisting.vim') | ||
294 | packadd! editexisting | ||
295 | endif | ||
296 | |||
298 | endif | 297 | endif |
299 | 298 | ||
300 | 299 | ||