HEX
Server: nginx/1.24.0
System: Linux prod-btpayments-io 6.14.0-1018-aws #18~24.04.1-Ubuntu SMP Mon Nov 24 19:46:27 UTC 2025 x86_64
User: ubuntu (1000)
PHP: 8.3.19
Disabled: NONE
Upload Files
File: //home/btminers/.vim/bundle/vim-litecorrect/plugin/litecorrect.vim
" =============================================================================
" File:        plugin/litecorrect.vim
" Description: lightweight autocorrection for Vim
" Maintainer:  perservim <https://github.com/preservim>
" Created:     January 20, 2014
" License:     The MIT License (MIT)
" =============================================================================

if exists('g:loaded_litecorrect') || &cp | finish | endif
let g:loaded_litecorrect = 1

" Save 'cpoptions' and set Vim default to enable line continuations.
let s:save_cpo = &cpo
set cpo&vim

let &cpo = s:save_cpo
unlet s:save_cpo
" vim:ts=2:sw=2:sts=2