nerdtree

A tree explorer plugin for vim.
Index Commits Files Refs
commit 3837ea85e0deec218c28a7c766efe5580bc3a9af
parent fedd5f11620d9de3a08d7d0186fd4a1257bba6b5
Author: marty <martin_grenfell@msn.com>
Date:   Fri,  9 Oct 2009 14:46:40 +1300

change my email to gmail

Diffstat:
Mdoc/NERD_tree.txt | 8++++----
Mnerdtree_plugin/exec_menuitem.vim | 2+-
Mnerdtree_plugin/fs_menu.vim | 2+-
Mnerdtree_plugin/git_menu.vim | 2+-
Mplugin/NERD_tree.vim | 2+-
5 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/doc/NERD_tree.txt b/doc/NERD_tree.txt
@@ -1060,10 +1060,10 @@ NERDTreeRender()                                            *NERDTreeRender()*
 The author of the NERD tree is a terrible terrible monster called Martyzilla
 who gobbles up small children with milk and sugar for breakfast.
 
-He can be reached at martin_grenfell at msn.com. He would love to hear from
-you, so feel free to send him suggestions and/or comments about this plugin.
-Don't be shy --- the worst he can do is slaughter you and stuff you in the
-fridge for later ;)
+He can be reached at martin.grenfell at gmail dot com. He would love to hear
+from you, so feel free to send him suggestions and/or comments about this
+plugin.  Don't be shy --- the worst he can do is slaughter you and stuff you in
+the fridge for later ;)
 
 The latest stable versions can be found at
     http://www.vim.org/scripts/script.php?script_id=1658
diff --git a/nerdtree_plugin/exec_menuitem.vim b/nerdtree_plugin/exec_menuitem.vim
@@ -1,7 +1,7 @@
 " ============================================================================
 " File:        exec_menuitem.vim
 " Description: plugin for NERD Tree that provides an execute file menu item
-" Maintainer:  Martin Grenfell <martin_grenfell at msn dot com>
+" Maintainer:  Martin Grenfell <martin.grenfell at gmail dot com>
 " Last Change: 22 July, 2009
 " License:     This program is free software. It comes without any warranty,
 "              to the extent permitted by applicable law. You can redistribute
diff --git a/nerdtree_plugin/fs_menu.vim b/nerdtree_plugin/fs_menu.vim
@@ -1,7 +1,7 @@
 " ============================================================================
 " File:        fs_menu.vim
 " Description: plugin for the NERD Tree that provides a file system menu
-" Maintainer:  Martin Grenfell <martin_grenfell at msn dot com>
+" Maintainer:  Martin Grenfell <martin.grenfell at gmail dot com>
 " Last Change: 17 July, 2009
 " License:     This program is free software. It comes without any warranty,
 "              to the extent permitted by applicable law. You can redistribute
diff --git a/nerdtree_plugin/git_menu.vim b/nerdtree_plugin/git_menu.vim
@@ -1,7 +1,7 @@
 " ============================================================================
 " File:        git_menu.vim
 " Description: plugin for the NERD Tree that provides a git menu
-" Maintainer:  Martin Grenfell <martin_grenfell at msn dot com>
+" Maintainer:  Martin Grenfell <martin.grenfell at gmail dot com>
 " Last Change: 20 July, 2009
 " License:     This program is free software. It comes without any warranty,
 "              to the extent permitted by applicable law. You can redistribute
diff --git a/plugin/NERD_tree.vim b/plugin/NERD_tree.vim
@@ -1,7 +1,7 @@
 " ============================================================================
 " File:        NERD_tree.vim
 " Description: vim global plugin that provides a nice tree explorer
-" Maintainer:  Martin Grenfell <martin_grenfell at msn dot com>
+" Maintainer:  Martin Grenfell <martin.grenfell at gmail dot com>
 " Last Change: 7 Jun, 2009
 " License:     This program is free software. It comes without any warranty,
 "              to the extent permitted by applicable law. You can redistribute