aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2016-04-18 19:07:57 -0400
committerTeddy Wing2016-04-18 19:07:57 -0400
commite1c79fdc0ebf30d16bddeef46cc554fc9458be1f (patch)
tree655ff08edf5a33e6597844acad3addb6f8d37e8a
parent8bb6d8faa28f23fe29c95d17ca6176110234844d (diff)
downloaddotvim-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--vimrc12
1 files changed, 3 insertions, 9 deletions
diff --git a/vimrc b/vimrc
index 29b87a5..cbe71c4 100644
--- a/vimrc
+++ b/vimrc
@@ -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
" ================