From ef8fa2b97e63ef95b8e48a58a10ea1aad0c791a9 Mon Sep 17 00:00:00 2001 From: Marc Weber Date: Tue, 2 Apr 2013 22:10:32 +0200 Subject: [PATCH] MarcWeber's UltiSnips does no longer understand extends, drop it. See its Quickstart.txt file BUG [1] --- UltiSnips/cpp.snippets | 2 -- UltiSnips/tex.snippets | 1 - UltiSnips/xhtml.snippets | 1 - UltiSnips/zsh.snippets | 2 -- 4 files changed, 6 deletions(-) diff --git a/UltiSnips/cpp.snippets b/UltiSnips/cpp.snippets index 9d2eb86..6999c1f 100644 --- a/UltiSnips/cpp.snippets +++ b/UltiSnips/cpp.snippets @@ -1,5 +1,3 @@ -extends c - ########################################################################### # TextMate Snippets # ########################################################################### diff --git a/UltiSnips/tex.snippets b/UltiSnips/tex.snippets index d6e62fc..97ea8a8 100644 --- a/UltiSnips/tex.snippets +++ b/UltiSnips/tex.snippets @@ -1,4 +1,3 @@ -extends texmath ########################################################################### # LATEX SNIPPETS # diff --git a/UltiSnips/xhtml.snippets b/UltiSnips/xhtml.snippets index cc31dbc..e69de29 100644 --- a/UltiSnips/xhtml.snippets +++ b/UltiSnips/xhtml.snippets @@ -1 +0,0 @@ -extends html diff --git a/UltiSnips/zsh.snippets b/UltiSnips/zsh.snippets index 18a2989..8039459 100644 --- a/UltiSnips/zsh.snippets +++ b/UltiSnips/zsh.snippets @@ -1,5 +1,3 @@ -extends sh - snippet #! "shebang" ! #!/bin/zsh