Giter Club home page Giter Club logo

buffer-reminder-remake's Introduction

This is a mirror of http://www.vim.org/scripts/script.php?script_id=2733

Name: Buffer reminder Remix version
Version: 0.6
Autor: Vakulenko Sergiy
Description: I rewrite this plugin because prev. version of plugin not work properly with tabs/windows.

Versions change log
0.7
- load from file regex pattern was updated by '+' and '-' symbols
- added restore view of main window (help lines)


I recommend use vim tab concept with this plugin.
I tested more then 3 month this plugin before submit it. It's works perfectly. For you i hope too.

Sorry for this "soft" type of documentation. Next time i will create vim doc file.
Also you can mail me if you have supplementary questions about options.







-------------------------------------------
VARIABLES DESCRIPTION:
-------------------------------------------

-------------------------------------------
Variable: g:BuffReminder_enablePlugin (bool)
-------------------------------------------
Description: - by default - plugin is enabled. To make it work set BuffReminder_enablePlugin:
let g:BuffReminder_enablePlugin = 1

-------------------------------------------
Variable: g:BuffReminderRMX_OpenFirstTabByDefault (bool)
-------------------------------------------
Description: - open first tab by default

-------------------------------------------
Variable: g:BuffReminderRMX_ProjectFiles ( [] )
-------------------------------------------
Description: this variable is list of project files. Need to add
they to this list to make them treater by the right way (this file's will be
opened with 'Project ' <project_file>; also to skip project split 
Example:
let g:BuffReminderRMX_ProjectFiles          = ['C:\programs\gvim\vim_extention\projects\work_machine.projectfile'
                                            \, 'C:\programs\gvim\vim_extention\projects\home_machine.projectfile']

-------------------------------------------
Variable: g:BufReminderRMX_ignoreFilesList ( [] )
-------------------------------------------
Description: check if buff_name in ignore file list, and if yes, skip it

-------------------------------------------
Variable: g:BuffReminderRMX_Disable_Hidden ( bool )
-------------------------------------------
Description: if this option is enabled - all 'hidden' buffers (which isn't
showed in windows) will be skipped in save procedure

-------------------------------------------
Variable: g:BuffReminderRMX_Default_SplitMode ( string ('split' or 'vsplit' ) )
-------------------------------------------
Description: when page contain many split window with differents
possitions/size - on save - we can't decide what split mode was used. That why, the 'simplest' solution was to define window default split mode.
todo: add algorithm which decide split option according to all windows columns/rows size in tab.

-------------------------------------------
Variable: g:BuffReminder_persistency_file ( string )
-------------------------------------------
Description: this is path and name of persistency file. You can it redefine if default isn't good for you.

buffer-reminder-remake's People

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.