From b7ec09cf4dbf8aed67fbb111a2e60a9dc433d48e Mon Sep 17 00:00:00 2001 From: Shougo Matsushita Date: Sun, 8 Sep 2013 12:30:22 +0900 Subject: [PATCH] - Deleted snoremap. --- autoload/neosnippet.vim | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/autoload/neosnippet.vim b/autoload/neosnippet.vim index 81219c1..faedd56 100644 --- a/autoload/neosnippet.vim +++ b/autoload/neosnippet.vim @@ -1,7 +1,7 @@ "============================================================================= " FILE: neosnippet.vim " AUTHOR: Shougo Matsushita -" Last Modified: 12 Jul 2013. +" Last Modified: 08 Sep 2013. " License: MIT license {{{ " Permission is hereby granted, free of charge, to any person obtaining " a copy of this software and associated documentation files (the @@ -1245,8 +1245,6 @@ function! neosnippet#clear_select_mode_mappings() "{{{ snoremap a snoremap a snoremap a - snoremap a - snoremap bi endfunction"}}} function! s:skip_next_auto_completion() "{{{