diff options
| author | Teddy Wing | 2016-04-18 19:07:57 -0400 | 
|---|---|---|
| committer | Teddy Wing | 2016-04-18 19:07:57 -0400 | 
| commit | e1c79fdc0ebf30d16bddeef46cc554fc9458be1f (patch) | |
| tree | 655ff08edf5a33e6597844acad3addb6f8d37e8a | |
| parent | 8bb6d8faa28f23fe29c95d17ca6176110234844d (diff) | |
| download | dotvim-e1c79fdc0ebf30d16bddeef46cc554fc9458be1f.tar.bz2 | |
vimrc: Remove the `Wrap` command
I never use this command, so I don't really see a need to keep it in my
vimrc. Removing it along with the "Commands" section marker (since that
was our only command defined here).
| -rw-r--r-- | vimrc | 12 | 
1 files changed, 3 insertions, 9 deletions
| @@ -348,6 +348,9 @@  "       * Add Slimv settings. Use `sbcl` Lisp interpreter and `screen` to run   "         the REPL.  " +"   2016.04.18: +"       * Remove the `Wrap` command since I never use it. +"  " Pathogen @@ -689,15 +692,6 @@ nnoremap <leader>cf :call system('pbcopy', expand('%'))<cr> -" Commands -" ======== - -" Swap between soft wrapping and no wrapping -" http://vimcasts.org/episodes/soft-wrapping-text/ -command! -nargs=* Wrap set wrap linebreak nolist - - -  " Project Settings  " ================ | 
