Skip to content

Commit c48fc2f

Browse files
chrisgriesergithub-actions[bot]
authored andcommitted
chore: auto-generate vimdocs
1 parent 4dc8099 commit c48fc2f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/nvim-tinygit.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*nvim-tinygit.txt* For Neovim Last change: 2025 March 19
1+
*nvim-tinygit.txt* For Neovim Last change: 2025 March 23
22

33
==============================================================================
44
Table of Contents *nvim-tinygit-table-of-contents*
@@ -134,7 +134,7 @@ The `setup` call is optional.
134134
},
135135
commit = {
136136
keepAbortedMsgSecs = 300,
137-
border = vim.fn.has("nvim-0.11") == 1 and vim.o.winborder or "rounded",
137+
border = getBorder(), -- `vim.o.winborder` on nvim 0.11, otherwise "rounded"
138138
spellcheck = false, -- vim's builtin spellcheck
139139
wrap = "hard", ---@type "hard"|"soft"|"none"
140140
keymaps = {
@@ -183,7 +183,7 @@ The `setup` call is optional.
183183
diffPopup = {
184184
width = 0.8, -- between 0-1
185185
height = 0.8,
186-
border = vim.fn.has("nvim-0.11") == 1 and vim.o.winborder or "rounded",
186+
border = getBorder(), -- `vim.o.winborder` on nvim 0.11, otherwise "rounded"
187187
},
188188
autoUnshallowIfNeeded = false,
189189
},

0 commit comments

Comments
 (0)