dhruvasagar / vim-table-mode

VIM Table Mode for instant table creation.
2.11k stars 96 forks source link

Table mode adjusts even when it is disabled. #131

Closed sittim closed 6 years ago

sittim commented 6 years ago

After I disable table mode <leader>tm, tables still get adjusted, even if I do not want them to.

dhruvasagar commented 6 years ago

Are you running on the latest code ?

sittim commented 6 years ago

Yes, for sure. I use plug and update it once a week.

miostreams commented 6 years ago

I experience the same issue. However, if I exit the file and re-open it, the module stays off. In other words:

  1. Open file for editing
  2. \tm to enter table mode
  3. Do some tabling stuff
  4. \tm to toggle table mode off
  5. Do some more playing around with data -- notice that tables keep adjusting
  6. :wq to save and close the file
  7. Reopen the file and do some more table editing -- no auto adjustments are made
  8. \tm to toggle table mode on -- behavior repeats.

Thanks!

sittim commented 6 years ago

Yes, that's what I do and it works, but it does break up the workflow, so it is somewhat annoying.

miostreams commented 6 years ago

Ok, I just went in and completely removed all of the previous table-mode stuff (just cleaned out everything under .vim) and then grabbed it again from git, and I'm no longer seeing this behavior.