diff --git a/autoload/neocomplcache/sources/snippets_complete.vim b/autoload/neocomplcache/sources/snippets_complete.vim index ed39c24..86ec591 100644 --- a/autoload/neocomplcache/sources/snippets_complete.vim +++ b/autoload/neocomplcache/sources/snippets_complete.vim @@ -1,7 +1,6 @@ "============================================================================= " FILE: snippets_complete.vim " AUTHOR: Shougo Matsushita -" Last Modified: 21 Nov 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 diff --git a/autoload/neocomplete/sources/neosnippet.vim b/autoload/neocomplete/sources/neosnippet.vim index d40a4ce..ddcc76f 100644 --- a/autoload/neocomplete/sources/neosnippet.vim +++ b/autoload/neocomplete/sources/neosnippet.vim @@ -1,7 +1,6 @@ "============================================================================= " FILE: neosnippet.vim " AUTHOR: Shougo Matsushita -" Last Modified: 11 Mar 2014. " License: MIT license {{{ " Permission is hereby granted, free of charge, to any person obtaining " a copy of this software and associated documentation files (the diff --git a/autoload/neosnippet.vim b/autoload/neosnippet.vim index d092dfe..8cc449c 100644 --- a/autoload/neosnippet.vim +++ b/autoload/neosnippet.vim @@ -1,7 +1,6 @@ "============================================================================= " FILE: neosnippet.vim " AUTHOR: Shougo Matsushita -" Last Modified: 11 Mar 2014. " License: MIT license {{{ " Permission is hereby granted, free of charge, to any person obtaining " a copy of this software and associated documentation files (the diff --git a/autoload/neosnippet/commands.vim b/autoload/neosnippet/commands.vim index f788289..796b96e 100644 --- a/autoload/neosnippet/commands.vim +++ b/autoload/neosnippet/commands.vim @@ -1,7 +1,6 @@ "============================================================================= " FILE: commands.vim " AUTHOR: Shougo Matsushita -" Last Modified: 20 Jan 2014. " License: MIT license {{{ " Permission is hereby granted, free of charge, to any person obtaining " a copy of this software and associated documentation files (the diff --git a/autoload/neosnippet/helpers.vim b/autoload/neosnippet/helpers.vim index c5d232e..a781c28 100644 --- a/autoload/neosnippet/helpers.vim +++ b/autoload/neosnippet/helpers.vim @@ -1,7 +1,6 @@ "============================================================================= " FILE: helpers.vim " AUTHOR: Shougo Matsushita -" Last Modified: 11 Mar 2014. " License: MIT license {{{ " Permission is hereby granted, free of charge, to any person obtaining " a copy of this software and associated documentation files (the diff --git a/autoload/neosnippet/init.vim b/autoload/neosnippet/init.vim index b12601c..27f83e9 100644 --- a/autoload/neosnippet/init.vim +++ b/autoload/neosnippet/init.vim @@ -1,7 +1,6 @@ "============================================================================= " FILE: init.vim " AUTHOR: Shougo Matsushita -" Last Modified: 11 Jan 2014. " License: MIT license {{{ " Permission is hereby granted, free of charge, to any person obtaining " a copy of this software and associated documentation files (the diff --git a/autoload/neosnippet/mappings.vim b/autoload/neosnippet/mappings.vim index 55287dc..382a0c3 100644 --- a/autoload/neosnippet/mappings.vim +++ b/autoload/neosnippet/mappings.vim @@ -1,7 +1,6 @@ "============================================================================= " FILE: mappings.vim " AUTHOR: Shougo Matsushita -" Last Modified: 26 Nov 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 diff --git a/autoload/neosnippet/parser.vim b/autoload/neosnippet/parser.vim index ecd77e5..7fce584 100644 --- a/autoload/neosnippet/parser.vim +++ b/autoload/neosnippet/parser.vim @@ -1,7 +1,6 @@ "============================================================================= " FILE: parser.vim " AUTHOR: Shougo Matsushita -" Last Modified: 11 Mar 2014. " License: MIT license {{{ " Permission is hereby granted, free of charge, to any person obtaining " a copy of this software and associated documentation files (the diff --git a/autoload/neosnippet/util.vim b/autoload/neosnippet/util.vim index 9b3de8c..f1f85e4 100644 --- a/autoload/neosnippet/util.vim +++ b/autoload/neosnippet/util.vim @@ -1,7 +1,6 @@ "============================================================================= " FILE: util.vim " AUTHOR: Shougo Matsushita -" Last Modified: 15 Feb 2014. " License: MIT license {{{ " Permission is hereby granted, free of charge, to any person obtaining " a copy of this software and associated documentation files (the diff --git a/autoload/neosnippet/variables.vim b/autoload/neosnippet/variables.vim index 6545330..403c1d3 100644 --- a/autoload/neosnippet/variables.vim +++ b/autoload/neosnippet/variables.vim @@ -1,7 +1,6 @@ "============================================================================= " FILE: variables.vim " AUTHOR: Shougo Matsushita -" Last Modified: 21 Nov 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 diff --git a/autoload/neosnippet/view.vim b/autoload/neosnippet/view.vim index 7c1b1d9..e2e64e2 100644 --- a/autoload/neosnippet/view.vim +++ b/autoload/neosnippet/view.vim @@ -1,7 +1,6 @@ "============================================================================= " FILE: view.vim " AUTHOR: Shougo Matsushita -" Last Modified: 15 Feb 2014. " License: MIT license {{{ " Permission is hereby granted, free of charge, to any person obtaining " a copy of this software and associated documentation files (the diff --git a/autoload/unite/sources/neosnippet.vim b/autoload/unite/sources/neosnippet.vim index 69c8bad..59c8eb6 100644 --- a/autoload/unite/sources/neosnippet.vim +++ b/autoload/unite/sources/neosnippet.vim @@ -1,7 +1,6 @@ "============================================================================= " FILE: neosnippet.vim " AUTHOR: Shougo Matsushita -" Last Modified: 31 Dec 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 diff --git a/autoload/unite/sources/neosnippet_file.vim b/autoload/unite/sources/neosnippet_file.vim index d24a666..666e1af 100644 --- a/autoload/unite/sources/neosnippet_file.vim +++ b/autoload/unite/sources/neosnippet_file.vim @@ -1,7 +1,6 @@ "============================================================================= " FILE: neosnippet_file.vim " AUTHOR: Shougo Matsushita -" Last Modified: 21 Nov 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 diff --git a/autoload/unite/sources/neosnippet_target.vim b/autoload/unite/sources/neosnippet_target.vim index 61a8c17..0fc545a 100644 --- a/autoload/unite/sources/neosnippet_target.vim +++ b/autoload/unite/sources/neosnippet_target.vim @@ -1,7 +1,6 @@ "============================================================================= " FILE: neosnippet_target.vim " AUTHOR: Shougo Matsushita -" Last Modified: 31 Dec 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 diff --git a/ftplugin/neosnippet.vim b/ftplugin/neosnippet.vim index ea7d243..d7f5397 100644 --- a/ftplugin/neosnippet.vim +++ b/ftplugin/neosnippet.vim @@ -1,7 +1,6 @@ "============================================================================= " FILE: snippets.vim " AUTHOR: Shougo Matsushita -" Last Modified: 08 Mar 2012. " License: MIT license {{{ " Permission is hereby granted, free of charge, to any person obtaining " a copy of this software and associated documentation files (the diff --git a/indent/neosnippet.vim b/indent/neosnippet.vim index 3b79dff..404fe40 100644 --- a/indent/neosnippet.vim +++ b/indent/neosnippet.vim @@ -1,7 +1,6 @@ "============================================================================= " FILE: snippets.vim " AUTHOR: Shougo Matsushita -" Last Modified: 21 Oct 2012. " License: MIT license {{{ " Permission is hereby granted, free of charge, to any person obtaining " a copy of this software and associated documentation files (the diff --git a/plugin/neosnippet.vim b/plugin/neosnippet.vim index 0fae8e0..127a689 100644 --- a/plugin/neosnippet.vim +++ b/plugin/neosnippet.vim @@ -1,7 +1,6 @@ "============================================================================= " FILE: neosnippet.vim " AUTHOR: Shougo Matsushita -" Last Modified: 31 Dec 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 diff --git a/syntax/neosnippet.vim b/syntax/neosnippet.vim index 8d30563..bfb591a 100644 --- a/syntax/neosnippet.vim +++ b/syntax/neosnippet.vim @@ -1,7 +1,6 @@ "============================================================================= " FILE: syntaxtax/snippet.vim " AUTHOR: Shougo Matsushita -" Last Modified: 12 Apr 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