mirror of
https://github.com/Raimondi/delimitMate.git
synced 2025-12-07 13:14:35 +08:00
Formatting.
This commit is contained in:
@@ -7,6 +7,7 @@
|
|||||||
" Manual: Read ":help delimitMate".
|
" Manual: Read ":help delimitMate".
|
||||||
|
|
||||||
" Initialization: {{{
|
" Initialization: {{{
|
||||||
|
|
||||||
if exists("g:loaded_delimitMate")
|
if exists("g:loaded_delimitMate")
|
||||||
" User doesn't want this plugin, let's get out!
|
" User doesn't want this plugin, let's get out!
|
||||||
finish
|
finish
|
||||||
@@ -29,7 +30,8 @@ let s:loaded_delimitMate = 1
|
|||||||
let delimitMate_version = "2.4DEV"
|
let delimitMate_version = "2.4DEV"
|
||||||
"}}}
|
"}}}
|
||||||
|
|
||||||
" Tools: {{{
|
" Functions: {{{
|
||||||
|
|
||||||
function! s:TestMappingsDo() "{{{
|
function! s:TestMappingsDo() "{{{
|
||||||
if !exists("g:delimitMate_testing")
|
if !exists("g:delimitMate_testing")
|
||||||
silent call delimitMate#TestMappings()
|
silent call delimitMate#TestMappings()
|
||||||
@@ -83,6 +85,7 @@ endfunction "}}}
|
|||||||
"}}}
|
"}}}
|
||||||
|
|
||||||
" Commands: {{{
|
" Commands: {{{
|
||||||
|
|
||||||
call s:DelimitMateDo()
|
call s:DelimitMateDo()
|
||||||
|
|
||||||
" Let me refresh without re-loading the buffer:
|
" Let me refresh without re-loading the buffer:
|
||||||
|
|||||||
Reference in New Issue
Block a user