From ac5e9002ee9ee420f725251d3bd08bd0a31c4373 Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Sun, 20 Jan 2013 12:33:05 +0100 Subject: [PATCH] Add warning about python-mode shadowing --- README.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.rst b/README.rst index 771c4cb..cec792a 100644 --- a/README.rst +++ b/README.rst @@ -38,6 +38,12 @@ The easiest way is to use pathogen_ and do a :: in your `~/.vim/bundle`. And you *should* use pathogen. Really. +Please note that Kirill Klenov’s python-mode_ ships an own version of of this +bundle. Therefore, if you want to use this version specifically, you’ll have +to disable python-mode’s using: :: + + let g:pymode_indent = 0 + .. _vim: http://www.vim.org/ .. _PEP8: http://www.python.org/dev/peps/pep-0008/ .. _`script repo`: http://www.vim.org/scripts/script.php?script_id=974 @@ -45,3 +51,4 @@ in your `~/.vim/bundle`. And you *should* use pathogen. Really. .. _here: https://gist.github.com/2965846 .. _`Vimscript`: http://learnvimscriptthehardway.stevelosh.com/ .. _pathogen: https://github.com/tpope/vim-pathogen +.. _python-mode: https://github.com/klen/python-mode -- 2.39.2