From 8d2db427b4a07a73dca7d80c61191c213f5e68a8 Mon Sep 17 00:00:00 2001 From: Zahary Karadjov Date: Thu, 4 Sep 2014 22:47:42 +0300 Subject: [PATCH] more renames --- autoload/{nimrod.vim => nim.vim} | 0 autoload/{nimrod_vim.py => nim_vim.py} | 0 compiler/{nimrod.vim => nim.vim} | 0 ftdetect/{nimrod.vim => nim.vim} | 0 ftplugin/{nimrod.vim => nim.vim} | 0 indent/{nimrod.vim => nim.vim} | 0 syntax/{nimrod.vim => nim.vim} | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename autoload/{nimrod.vim => nim.vim} (100%) rename autoload/{nimrod_vim.py => nim_vim.py} (100%) rename compiler/{nimrod.vim => nim.vim} (100%) rename ftdetect/{nimrod.vim => nim.vim} (100%) rename ftplugin/{nimrod.vim => nim.vim} (100%) rename indent/{nimrod.vim => nim.vim} (100%) rename syntax/{nimrod.vim => nim.vim} (100%) diff --git a/autoload/nimrod.vim b/autoload/nim.vim similarity index 100% rename from autoload/nimrod.vim rename to autoload/nim.vim diff --git a/autoload/nimrod_vim.py b/autoload/nim_vim.py similarity index 100% rename from autoload/nimrod_vim.py rename to autoload/nim_vim.py diff --git a/compiler/nimrod.vim b/compiler/nim.vim similarity index 100% rename from compiler/nimrod.vim rename to compiler/nim.vim diff --git a/ftdetect/nimrod.vim b/ftdetect/nim.vim similarity index 100% rename from ftdetect/nimrod.vim rename to ftdetect/nim.vim diff --git a/ftplugin/nimrod.vim b/ftplugin/nim.vim similarity index 100% rename from ftplugin/nimrod.vim rename to ftplugin/nim.vim diff --git a/indent/nimrod.vim b/indent/nim.vim similarity index 100% rename from indent/nimrod.vim rename to indent/nim.vim diff --git a/syntax/nimrod.vim b/syntax/nim.vim similarity index 100% rename from syntax/nimrod.vim rename to syntax/nim.vim