| Commit message (Collapse) | Author | Age |
|\
| |
| | |
spell: fix SpellFileMissing handler
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
In #3027 we deferred the "missing spell file" prompt until VimEnter, but
we were sending the wrong argument (should be "en", not "en_us").
This also caused redundant prompts if user answers "No" to the download
prompt invoked by the SpellFileMissing event.
Closes #3966
Closes #4406
|
| |
| |
| |
| |
| |
| |
| |
| | |
- Always auto-create spell/ directory, don't ask.
- Don't ask where to put .spl file if only 1 choice exists.
- Always download .sug file, don't ask.
- Use blackhole register for :delete and :g//d.
- Formatting: expand tabs.
|
|\ \
| |/
|/| |
vim-patch:86ae720,f913281,dd1616e
|
| |
| |
| |
| |
| |
| | |
Correct optwin script, update PHP complete.
https://github.com/vim/vim/commit/dd1616e6cedf798a5e6db3bf8cec1fc79a0481d0
|
| |
| |
| |
| |
| |
| | |
Updated and new runtime files.
https://github.com/vim/vim/commit/f91328100db34996ed7e7a800bed0a30ff0890dd
|
| |
| |
| |
| |
| |
| | |
Updated runtime files.
https://github.com/vim/vim/commit/86ae720d7567fcbbe40f00cf136c797953f21038
|
|\ \
| | |
| | | |
vim-patch:7.4.1105
|
| | |
| | |
| | |
| | | |
Extracted from vim-patch:da440d21a6b94d7f525fa7be9b1417c78dd9aa4c
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Problem: When using slices there is a mixup of variable name and namespace.
Solution: Recognize variables that can't be a namespace. (Hirohito Higashi)
https://github.com/vim/vim/commit/9bbf63dbf8286fadc0cd6b3428010abb67b1b64d
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
[ci skip]
|
|\ \ \
| | | |
| | | | |
vim-patch.sh: Fetch the whole vim repository and fix a regexp
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Make get_vim_sources fetch the whole repository (it's not THAT big) so we can
pick up all the patches. The regexp didn't pick up the NA patches if there was a
comma after NA, so I extended it (I allowed arbitray things after NA, so maybe
someone can write a comment or so, should not lead to confusion).
|
| | | | |
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Features:
f2ae5a9 Add TextYankPost and TextDeletePost autocmds
44b2cef bufhl: new mechanism for plugins to add highlights to a buffer
39c3842 Make set{qf,loc}list() take {title}
77a7ca4 'shortmess': Add "F" flag. #4446
99d4c8c keymap: Support <D-...> (super/command key).
Fixes:
14c9b30 terminal.c: temporary fix for incorrect paste handling
Notable changes:
50e129f defaults: Enable syntax and filetype plugins.
4e39eee upgrade libvterm (improves terminal reflow)
|
| | |
| | |
| | | |
[ci skip]
|
|\ \ \
| | | |
| | | | |
Fixed some Wconversion in charset.c
|
|/ / / |
|
|\ \ \
| | | |
| | | | |
buffer.c: change return type to bool (adoption of #3667)
|
| | | |
| | | |
| | | |
| | | | |
Co-authored-by: Wayne Rowcliffe (@war1025)
|
|\ \ \ \
| |/ / /
|/| | | |
Fix condition for lazy loading remote plugins defintions
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
vim-patch:7.4.1425
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Problem: There are still references to MS-DOS support.
Solution: Remove most of the help txt and install instructions. (Ken Takata)
https://github.com/vim/vim/commit/6e722e2f948bc51fcb92d98d6f2a089dac01e2bd
|
|\ \ \ \
| | | | |
| | | | | |
api/buffer: add get/set_lines with more flexible out-of-bounds handling and deprecate the line_slice functions
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
-1 is index past the end, and -2 is the index of the last element.
This eliminates the need for include_start/include_end.
Allow the handling of out-of-bounds to be configurable.
|
|\ \ \ \ |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Problem: Crash when using expand('%:S') in a buffer without a name.
Solution: Don't set a NUL. (James McCoy, closes vim/vim#714)
https://github.com/vim/vim/commit/52c6eaffd43a8c8865f8d6ed7cde0a8b137479e2
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Problem: Old style test for fnamemodify().
Solution: Turn it into a new style test.
https://github.com/vim/vim/commit/610cc1b9b3c8104382f5506606c1f87118c28114
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Problem: Terminating file name has side effects.
Solution: Restore the character. (mostly by James McCoy, closes vim/vim#713)
https://github.com/vim/vim/commit/d4caf5c16a9f1c9477d426e58d8d3dc47ab5f066
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Problem: Using unterminated string.
Solution: Add NUL before calling vim_strsave_shellescape(). (James McCoy)
https://github.com/vim/vim/commit/5ca84ce4aa2832041f843e624c222bbc1f4d3e14
|
|\ \ \ \
| |/ / /
|/| | | |
terminal.c: temporary fix for incorrect paste handling
|
| | |/
| |/| |
|
|\ \ \
| |/ /
|/| | |
|
|/ / |
|
| | |
|
|\ \
| | |
| | | |
doc: Update path to colors directory in syntax highlighting docs
|
|/ / |
|
|\ \
| | |
| | | |
K_EVENT should not hide the popupmenu
|
| | |
| | |
| | |
| | | |
Nor should K_FOCUSGAINED and K_FOCUSLOST.
|
|\ \ \
| | | |
| | | | |
cmake: Create generated files in a consistent order
|
| |/ / |
|
|\ \ \
| | | |
| | | | |
vim-patch:7.4.1574
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | | |
Problem: ":undo 0" does not work. (Florent Fayolle)
Solution: Make it undo all the way. (closes vim/vim#688)
https://github.com/vim/vim/commit/d22e9465f6228207a4fe722ee84371c7817060d6
|