-
Notifications
You must be signed in to change notification settings - Fork 1
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: numEricL/table.vim
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: numEricL/table.vim
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 13 commits
- 0 files changed
- 1 contributor
Commits on Feb 20, 2026
-
Adds an “auto-split multiline cell” behavior to the table insert-mode pipe handler, along with documentation and configuration support, so multiline tables keep consistent column structure when inserting |. Changes: Introduces auto_split_cell option (default v:true) and exposes it via :TableConfig Option. Implements insert-mode logic to insert matching | at the same display column across all lines in a multiline cell. Table max_col_count data member removedConfiguration menu - View commit details
-
Copy full SHA for e3b445f - Browse repository at this point
Copy the full SHA e3b445fView commit details -
disable auto_split_cell by default (#39)
Changed default value of auto_split_cell from v:true to v:false in the config
Configuration menu - View commit details
-
Copy full SHA for f7fe31a - Browse repository at this point
Copy the full SHA f7fe31aView commit details
Commits on Feb 21, 2026
-
table inside comment fix (#40)
Adjust comment-prefix detection to reference an existing table line (end of bounds) when deciding whether to prepend the comment leader. Fix off-by-one behavior when appending a new buffer line so the inserted line lands at the intended linenr.
Configuration menu - View commit details
-
Copy full SHA for 007b579 - Browse repository at this point
Copy the full SHA 007b579View commit details
Commits on Feb 24, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 8b087eb - Browse repository at this point
Copy the full SHA 8b087ebView commit details -
insert and delete actions (#42)
Added four new table manipulation commands: InsertRow, InsertCol, DeleteRow, and DeleteCol Created corresponding <Plug> mappings for each action Updated drawing logic to handle dynamic table structure changesConfiguration menu - View commit details
-
Copy full SHA for a95c960 - Browse repository at this point
Copy the full SHA a95c960View commit details -
Configuration menu - View commit details
-
Copy full SHA for 77580cc - Browse repository at this point
Copy the full SHA 77580ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 23e3d86 - Browse repository at this point
Copy the full SHA 23e3d86View commit details
Commits on Feb 26, 2026
-
adds functionality to move table rows and columns. Introduces two new commands, :Table MoveRow and :Table MoveCol
Configuration menu - View commit details
-
Copy full SHA for 8b73ebc - Browse repository at this point
Copy the full SHA 8b73ebcView commit details
Commits on Feb 27, 2026
-
Update paragraph_wrap to join lines per-paragraph (blank lines preserved) instead of collapsing the entire cell to one line. Add trailing-blank-line handling during alignment and refine wrapping break logic. Increase default chunk_size window and update docs/changelog text around the new behavior.
Configuration menu - View commit details
-
Copy full SHA for 4f12eb0 - Browse repository at this point
Copy the full SHA 4f12eb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6093827 - Browse repository at this point
Copy the full SHA 6093827View commit details -
Document MoveRow / MoveCol actions and align the suggested/example keybindings for movement actions. Fix table#CycleCursor() to request correct chunk when fetching a table. Adjust table#DeleteRow() handling for tables that don’t end with a separator line update changelog text for auto_split_cell default.
Configuration menu - View commit details
-
Copy full SHA for c06f7b0 - Browse repository at this point
Copy the full SHA c06f7b0View commit details
Commits on Feb 28, 2026
-
* version uptick * readme * changelog * trailing whitespace
Configuration menu - View commit details
-
Copy full SHA for 1019502 - Browse repository at this point
Copy the full SHA 1019502View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25e517d - Browse repository at this point
Copy the full SHA 25e517dView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...develop