# voom_mode_fmr1.py # Last Modified: 2012-02-25 # VOoM -- Vim two-pane outliner, plugin for Python-enabled Vim version 7.x # Website: http://www.vim.org/scripts/script.php?script_id=2657 # Author: Vlad Irnov (vlad DOT irnov AT gmail DOT com) # License: This program is free software. It comes without any warranty, # to the extent permitted by applicable law. You can redistribute it # and/or modify it under the terms of the Do What The Fuck You Want To # Public License, Version 2, as published by Sam Hocevar. # See http://sam.zoy.org/wtfpl/COPYING for more details. """ This mode changes absolutely nothing, it is identical to the default mode. See |voom_mode_fmr|, ../../doc/voom.txt#*voom_mode_fmr* """ # Define this mode as an 'fmr' mode. MODE_FMR = True