From deee53f78f4d19d712aa3457379e254eb2726f18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Espino?= Date: Mon, 1 Apr 2013 09:49:02 +0200 Subject: [PATCH] changing language-force paramter on ctags with languages parameter --- .ctags | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ctags b/.ctags index a7e85040..ab23a05e 100644 --- a/.ctags +++ b/.ctags @@ -1,5 +1,5 @@ ---language-force=python ---exclude=".git" +--languages=python +--exclude=".git" --exclude="tags" --exclude="*.pyc" -R