aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
...
* | | | | | | Enabled -Wconversion in charset.chuchet2016-04-06
| | | | | | |
* | | | | | | buffer.c: change return type to boolCharles Joachim2016-04-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Wayne Rowcliffe (@war1025)
* | | | | | | 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
* | | | | | | api/buffer: deprecate old line and line slice functionsBjö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
| | | | | | | |
* | | | | | | | path.c: enable -WconversionCharles Joachim2016-03-27
|/ / / / / / /
* | | | | | | Correctly reset qf_list_T in qf_free()Jun T2016-03-25
| | | | | | |
* | | | | | | 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
| |/ / / / / / /
* | | | | | | | 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
* | | | | | | | Merge pull request #4431 from philix/memfile-cleanupsJustin M. Keyes2016-03-17
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Review of the memfile.c API and small refactorings
| * | | | | | | | Review of the memfile.c API and small refactoringsFelipe Oliveira Carvalho2016-03-16
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Create `mf_free_fnames()` that frees and nullifies `mf_[f]fname` - Create `mf_set_fnames()` to set the `mf_fname` and the `mf_ffname` altoghether - Have `mf_do_open` return a bool to indicate success so that calles don't have to check `memfile_T::mf_fd` (file descriptor) - Inline `mf_write_block`
* | | | | | | | test: minor changesJustin M. Keyes2016-03-17
| | | | | | | |
* | | | | | | | 'shortmess': Add "F" flag. #4446Shougo Matsushita2016-03-17
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add "Don't give the file editing message" flag in shortmess option. Add the UI tests by @fmoralesc Fix the changes for Vim 7.4.1570
* | | | | | | quickfix.c: enable -WconversionCharles Joachim2016-03-10
| | | | | | |
* | | | | | | Merge pull request #2877 from lucc/test88Justin M. Keyes2016-03-10
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | test: Migrate legacy test 88.
| * | | | | | | tests: Migrate legacy test 88.Lucas Hoffmann2016-03-09
| | | | | | | |
* | | | | | | | Merge pull request #4409 from nhooyr/masterJustin M. Keyes2016-03-09
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | complete: disable folding when completing
| * | | | | | | complete: disable folding when completingAnmol Sethi2016-03-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes vim/vim#643
* | | | | | | | vim-patch:7.4.1511Nicolas Dumazet2016-03-08
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Statusline highlighting is sometimes wrong. Solution: Check for Highlight type. (Christian Brabandt) https://github.com/vim/vim/commit/af6e36ff16736106a1bc63bb4d01f51fdfeb29a2
* | | | | | | syntax.c: Avoid the 'background' adjustment when true color enabledwatiko2016-03-08
| | | | | | |
* | | | | | | Merge pull request #4324 from watiko/vim-7.4.973Justin M. Keyes2016-03-05
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | vim-patch:7.4.973
| * | | | | | | vim-patch:7.4.973watiko2016-03-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: When pasting on the command line line breaks result in literal <CR> characters. This makes pasting a long file name difficult. Solution: Skip the characters. https://github.com/vim/vim/commit/6f62fed349bf829da2adb02619dc9acba13c8ab6
| * | | | | | | ex_getln.c: Enable middle click pasting in command modewatiko2016-03-06
| | |/ / / / / | |/| | | | |
* / | | | | | ex_eval: Fix memory leakoni-link2016-03-05
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Parameter should_free, indicating that the caller has to free the returned pointer from get_exception_string(), is not set to true if type == ET_ERROR.
* | | | | | Merge pull request #4320 from watiko/vim-7.4.958Justin M. Keyes2016-03-04
|\ \ \ \ \ \ | | | | | | | | | | | | | | vim-patch:7.4.958
| * | | | | | vim-patch:7.4.958watiko2016-03-02
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Vim checks if the directory "$TMPDIR" exists. Solution: Do not check if the name starts with "$". https://github.com/vim/vim/commit/e1a61991d9b6fd5f65636d17583f93118268cda5 --- see: "$TMPDIR bug" https://groups.google.com/d/msg/vim_dev/UWjbjOf9tEY/wfwnkh41AwAJ
* | | | | | Lint: fix line length >80Marco Hinz2016-03-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Introduced here: https://github.com/neovim/neovim/commit/4bfac00aa389487c4f11d34e7a3e96e4a1116800#diff-2bf87eef9f7b99dcea4b0c55beee2d63R78
* | | | | | Merge pull request #4402 from jbradaric/vim-7.4.1141Justin M. Keyes2016-03-03
|\ \ \ \ \ \ | | | | | | | | | | | | | | vim-patch:7.4.1141
| * | | | | | vim-patch:7.4.1141Jurica Bradaric2016-03-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Using searchpair() with a skip expression that uses syntax highlighting sometimes doesn't work. (David Fishburn) Solution: Reset next_match_idx. (Christian Brabandt) https://github.com/vim/vim/commit/6773a348da0dcf45df3c6c6649880655ec0d2042
* | | | | | | Merge pull request #4390 from justinmk/clangformatJustin M. Keyes2016-03-03
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | clang-format configuration
| * | | | | | | clang-format configurationJustin M. Keyes2016-03-02
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Recommend by oni-link at: https://github.com/neovim/neovim/pull/487#issuecomment-39935391
* / / / / / / Windows: XDG: Update default paths. #4403Rui Abreu Ferreira2016-03-03
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The previous defaults were including the nvim suffix, causing it to apear twice in the final paths. kXDGDataHome and kXDGConfigHome are now set as %LOCALAPPDATA%, kXDGCacheHome is set as $TEMP. In Windows there is no distinction between configuration and data storage, but we don't want to place all files under the same path. get_xdg_home() now appends a different path suffix for kXDGDataHome. - Configuration files are saved under %LOCALAPPDATA%\nvim - Data files are saved under %LOCALAPPDATA%\nvim-data
* | | | | | Proper type checking for set{qf,loc}list()Marco Hinz2016-03-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prior to this change, type errors were silently ignored. They're explicit now. setqflist(list, action, title) setloclist(win, list, action, title) "list" (required) must be a list. "action" (optional) must a string. "title" (optional) must a string or number that gets converted to a string. An error is thrown otherwise.
* | | | | | edit.c: change return type to boolCharles Joachim2016-03-02
|/ / / / / | | | | | | | | | | | | | | | Co-authored-by: Wayne Rowcliffe (@war1025)
* | | | | Merge pull request #4323 from watiko/vim-7.4.961Justin M. Keyes2016-03-02
|\ \ \ \ \ | | | | | | | | | | | | vim-patch:7.4.961
| * | | | | vim-patch:7.4.961watiko2016-02-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Test107 fails in some circunstances. Solution: When using "zt", "zb" and "z=" recompute the fraction. https://github.com/vim/vim/commit/9dc2ce398bb3456cc8f590ef0260459798b34d2a
* | | | | | Merge pull request #4319 from watiko/vim-7.4.952Justin M. Keyes2016-03-02
|\ \ \ \ \ \ | | | | | | | | | | | | | | vim-patch:7.4.952
| * | | | | | vim-patch:7.4.952watiko2016-02-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: 'lispwords' is tested in the old way. Solution: Make a new style test for 'lispwords'. https://github.com/vim/vim/commit/6cd1345307440491580e5e86cb82c54ee9a46baa
* | | | | | | Merge #4265 'vim-patch:7.4.925'.Justin M. Keyes2016-03-02
|\ \ \ \ \ \ \
| * | | | | | | option_defs.h: Introduce SHM_ABBREVIATIONSwatiko2016-02-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Helped-by: ZyX <kp-pav@yandex.ru>