Skip to content

Commit

Permalink
Fixed duplicate <silent>.
Browse files Browse the repository at this point in the history
  • Loading branch information
Raimondi committed Jun 23, 2010
1 parent fadd7fe commit 235f0dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/delimitMate.vim
Expand Up @@ -706,7 +706,7 @@ function! delimitMate#ExtraMappings() "{{{
"processes the escape sequence for terminal keys, see 'ttimeout' for a
"rough explanation, this just forces it to work
if !has('gui_running')
inoremap <silent> <silent> <C-[>OC <RIGHT>
inoremap <silent> <C-[>OC <RIGHT>
endif
endfunction "}}}

Expand Down

0 comments on commit 235f0dc

Please sign in to comment.