aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge pull request #4555 from justinmk/spellJustin M. Keyes2016-04-10
|\ | | | | spell: fix SpellFileMissing handler
| * spell: Fix argument and avoid redundant prompt.Justin M. Keyes2016-04-10
| | | | | | | | | | | | | | | | | | | | 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
| * spellfile.vim: less pesteringJustin M. Keyes2016-04-10
| | | | | | | | | | | | | | | | - 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.
* | Merge pull request #4505 from watiko/vim-runtimesJustin M. Keyes2016-04-10
|\ \ | |/ |/| vim-patch:86ae720,f913281,dd1616e
| * vim-patch:dd1616ewatiko2016-03-29
| | | | | | | | | | | | Correct optwin script, update PHP complete. https://github.com/vim/vim/commit/dd1616e6cedf798a5e6db3bf8cec1fc79a0481d0
| * vim-patch:f913281watiko2016-03-29
| | | | | | | | | | | | Updated and new runtime files. https://github.com/vim/vim/commit/f91328100db34996ed7e7a800bed0a30ff0890dd
| * vim-patch:86ae720watiko2016-03-29
| | | | | | | | | | | | Updated runtime files. https://github.com/vim/vim/commit/86ae720d7567fcbbe40f00cf136c797953f21038
* | Merge pull request #4357 from jbradaric/vim-7.4.1105Justin M. Keyes2016-04-09
|\ \ | | | | | | vim-patch:7.4.1105
| * | eval: Update documentation.Jurica Bradaric2016-02-28
| | | | | | | | | | | | Extracted from vim-patch:da440d21a6b94d7f525fa7be9b1417c78dd9aa4c
| * | eval: Fix linter error.Jurica Bradaric2016-02-27
| | |
| * | vim-patch:7.4.1105Jurica Bradaric2016-02-27
| | | | | | | | | | | | | | | | | | | | | 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
* | | complete: noinsert/noselect should not set 'modified'. #4509Shougo Matsushita2016-04-09
| | |
* | | doc: formatting #4543Chiel Kooijman2016-04-08
| | |
* | | doc: Fix tiny typo in :bufdo sectionPanashe Fundira2016-04-08
| | | | | | | | | | | | [ci skip]
* | | Merge pull request #4546 from KillTheMule/vim-patch-shJustin M. Keyes2016-04-08
|\ \ \ | | | | | | | | vim-patch.sh: Fetch the whole vim repository and fix a regexp
| * | | vim-patch.sh: Fetch the whole vim repository and fix a regexppips.linux2016-04-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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).
* | | | version bumpJustin M. Keyes2016-04-08
| | | |
* | | | NVIM v0.1.3v0.1.3Justin M. Keyes2016-04-07
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* | | Update ISSUE_TEMPLATE.mdJustin M. Keyes2016-04-06
| | | | | | | | | [ci skip]
* | | Merge pull request #4477 from Antoine-H/masterBjörn Linse2016-04-06
|\ \ \ | | | | | | | | Fixed some Wconversion in charset.c
| * | | Enabled -Wconversion in charset.chuchet2016-04-06
|/ / /
* | | Merge pull request #4269 from cacplate/pr-3667Björn Linse2016-04-04
|\ \ \ | | | | | | | | buffer.c: change return type to bool (adoption of #3667)
| * | | buffer.c: change return type to boolCharles Joachim2016-04-03
| | | | | | | | | | | | | | | | Co-authored-by: Wayne Rowcliffe (@war1025)
* | | | Merge pull request #4508 from Xerkus/hotfix/remote-plugins-wrong-conditionJustin M. Keyes2016-04-03
|\ \ \ \ | |/ / / |/| | | Fix condition for lazy loading remote plugins defintions
| * | | rplugin: Fix wrong condition for lazy loading remote pluginsAleksei Khudiakov2016-03-31
| | | |
* | | | Merge pull request #4519 from Shougo/vim-7.4.1425Felipe Morales2016-04-02
|\ \ \ \ | | | | | | | | | | vim-patch:7.4.1425
| * | | | vim-patch:7.4.1425Shougo Matsushita2016-04-02
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | Merge pull request #4083 from bfredl/oobBjörn Linse2016-04-01
|\ \ \ \ | | | | | | | | | | api/buffer: add get/set_lines with more flexible out-of-bounds handling and deprecate the line_slice functions
| * | | | api/buffer: deprecate old line and line slice functionsBjörn Linse2016-04-01
| | | | |
| * | | | tests: update tests to use [gs]et_lines instead of [gs]et_line_sliceBjörn Linse2016-04-01
| | | | |
| * | | | api/buffer: add tests for buffer_[gs]et_linesBjörn Linse2016-04-01
| | | | |
| * | | | api/buffer: introduce buffer_[gs]et_lines with new indexing convention.Björn Linse2016-04-01
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | -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.
* | | | Merge PR #4492 'vim-patch:7.4.{1641,1643,1652,1654}'Thiago de Arruda2016-03-31
|\ \ \ \
| * | | | vim-patch:7.4.1654James McCoy2016-03-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | vim-patch:7.4.1652James McCoy2016-03-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Old style test for fnamemodify(). Solution: Turn it into a new style test. https://github.com/vim/vim/commit/610cc1b9b3c8104382f5506606c1f87118c28114
| * | | | vim-patch:7.4.1643James McCoy2016-03-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | vim-patch:7.4.1641James McCoy2016-03-30
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | Problem: Using unterminated string. Solution: Add NUL before calling vim_strsave_shellescape(). (James McCoy) https://github.com/vim/vim/commit/5ca84ce4aa2832041f843e624c222bbc1f4d3e14
* | | | Merge pull request #4510 from bfredl/termfixJustin M. Keyes2016-03-31
|\ \ \ \ | |/ / / |/| | | terminal.c: temporary fix for incorrect paste handling
| * | | terminal.c: temporary fix for incorrect paste handlingBjörn Linse2016-03-31
| | |/ | |/|
* | | Merge pull request #4441 from cacplate/pr-2842Felipe Oliveira Carvalho2016-03-29
|\ \ \ | |/ / |/| |
| * | path.c: enable -WconversionCharles Joachim2016-03-27
|/ /
* | Correctly reset qf_list_T in qf_free()Jun T2016-03-25
| |
* | Merge pull request #4480 from migueldvb/docsJustin M. Keyes2016-03-20
|\ \ | | | | | | doc: Update path to colors directory in syntax highlighting docs
| * | Update path to colors directory in syntax highlighting docsMiguel de Val-Borro2016-03-20
|/ /
* | Merge pull request #4461 from bfredl/pum_k_eventJustin M. Keyes2016-03-18
|\ \ | | | | | | K_EVENT should not hide the popupmenu
| * | edit.c: K_EVENT should not hide the popupmenuBjörn Linse2016-03-17
| | | | | | | | | | | | Nor should K_FOCUSGAINED and K_FOCUSLOST.
* | | Merge pull request #4456 from jamessan/sorted-globsJustin M. Keyes2016-03-18
|\ \ \ | | | | | | | | cmake: Create generated files in a consistent order
| * | | cmake: Create generated files in a consistent orderJames McCoy2016-03-15
| |/ /
* | | Merge pull request #4459 from fflorent/vim-7.4.1574Justin M. Keyes2016-03-18
|\ \ \ | | | | | | | | vim-patch:7.4.1574
| * | | vim-patch:7.4.1574Florent FAYOLLE2016-03-18
|/ / / | | | | | | | | | | | | | | | | | | 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