Compare commits

..

No commits in common. "e02cdd0b663f759532dc3b1206ab3a26ead1204f" and "5426e96bedebdc8f1f2a65cb86d0d1f406e1e439" have entirely different histories.

View File

@ -138,6 +138,7 @@ set nocompatible
" Wrap lines for markdown files by default
augroup mdwrap
autocmd BufReadPost *.md :set wrap
autocmd BufLeave *.md :set nowrap
augroup END
" Automatically go to the last line for log files
@ -156,8 +157,7 @@ set nocompatible
let g:slime_paste_file = tempname()
" Default session for screen
let sessionname = v:version >= 801 ? trim(system("echo $STY | cut -d. -f2")) : "default"
let g:slime_default_config = {"sessionname": sessionname, "windowname": ""}
let g:slime_default_config = {"sessionname": "REPL", "windowname": ""}
"{- SUPERTAB -}"
" Use the default vim completion keys for supertab completion
@ -209,3 +209,4 @@ set nocompatible
\ 'type' : 't'
\ }
\ }