Michael Brown
Michael Brown
Hi. Yeah swapit is pretty old. hence the retro chic vimdoc readme. I think it predates github markdown... I haven't tried switch but it looks like it's more actively maintained....
Hi Bob, That is true of any vim :command's that are defined in the .vim/plugin folders (as is the case for SwapIt) . Your vimrc file is being executed first....
hey sure 2015 me appears incorrect. There was a ClearSwapList command for a given buffer which could be wrapped in a function as a workaround. I was mostly using the...
@Addisonbean have you tried a simplified vimrc? (there may be a conflict with another plugin/vimrc setting ~/test.vim ``` call plug#begin() Plug 'mjbrownie/swapit' call plug#end() ``` vi -u ~/test.vim test.html ```...
Sure that has been a passthrough set up thanks to a contributor. It looks like it might not be in the main docuentation. https://github.com/mjbrownie/swapit/blob/master/plugin/swapit.vim " To integrate with other incrementor...
It's possible to chain these type of plugins together so long as they support them. (I've only done it for speed dating myself) The increment-activator may need the equivalent SwapItFallbackIncrement...
Thanks that shouldn't be there. It is referencing a file I have for personal use only atm (django settings files have been moved to a project subdirectory too so it's...
@kevinlawler Thank's. It's happening here. Fixing the behavior seems like a simple nudge if the characters are off.. but there might be side effects. seems to be ok for mid...