diff options
| -rw-r--r-- | bundle/insert-layout/plugin/insert_layout.vim | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/bundle/insert-layout/plugin/insert_layout.vim b/bundle/insert-layout/plugin/insert_layout.vim index 2600da1..f5b93d3 100644 --- a/bundle/insert-layout/plugin/insert_layout.vim +++ b/bundle/insert-layout/plugin/insert_layout.vim @@ -55,8 +55,6 @@ def InsertLayoutOff(): void  enddef  def InsertLayoutOn(layout: string): void -	# InsertLayoutOff() -  	# autocmd insert_layout InsertEnter <buffer> OnInsertEnter(layout)  	# autocmd insert_layout InsertLeave <buffer> OnInsertLeave()  	autocmd_add([ | 
