| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
This plugin overrides the standard `:bdelete` and `:bwipeout` commands
with capitalized versions with the following advantages:
+ Close and remove the buffer;
+ Show another file in that window;
+ Show an empty file if you've got no other files open;
+ Do not leave useless [no file] buffers if you decide to edit another file in that window;
+ Work even if a file's open in multiple windows;
+ Work okay with various buffer explorers and tabbars.
|
| |
|
|
|
|
|
| |
Keep TPope's Pathogen around and fall back to it in case the current Vim
version does not come with its own runtimepath manager.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Since I need to symlink the folder anyway there is no point in keeping
the directory hidden. This also solves annoying situation when using
`ls` in the git folder.
Also note that the `find` command inside Vim was not working properly
since I was masking hidden files. This now solves the problem without
the need to unmask folders like `.git`.
|
|
|