Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove unused function vcol2col. | Thomas Wienecke | 2014-05-03 |
| | |||
* | Remove unused function cmdline_at_end. | Thomas Wienecke | 2014-05-03 |
| | |||
* | Remove unused function cmdline_overstrike. | Thomas Wienecke | 2014-05-03 |
| | |||
* | Remove undefined function clip_yank_selection. | Thomas Wienecke | 2014-05-03 |
| | |||
* | Remove unused function get_fpos_of_mouse. | Thomas Wienecke | 2014-05-03 |
| | |||
* | Remove unused function is_autocmd_blocked. | Thomas Wienecke | 2014-05-03 |
| | |||
* | Remove undefined function adjust_clip_reg. | Thomas Wienecke | 2014-05-03 |
| | |||
* | Remove unused function free_register. | Thomas Wienecke | 2014-05-03 |
| | |||
* | Remove undefined function server_to_input_buf. | Thomas Wienecke | 2014-05-03 |
| | |||
* | Remove unused function unset_global_local_option. | Thomas Wienecke | 2014-05-03 |
| | |||
* | Remove undefined function gui_show_popupmenu + its unused return defines. | Thomas Wienecke | 2014-05-03 |
| | |||
* | Remove undefined function gui_show_popupmenu + call. | Thomas Wienecke | 2014-05-03 |
| | |||
* | Remove unused function yank_cut_buffer0. | Thomas Wienecke | 2014-05-03 |
| | |||
* | Remove unused function push_raw_key. | Thomas Wienecke | 2014-05-03 |
| | |||
* | Remove unused function vim_free_in_input_buf. | Thomas Wienecke | 2014-05-03 |
| | |||
* | Remove undefined function suspend_shell. | Thomas Wienecke | 2014-05-03 |
| | |||
* | Remove unused function ui_inchar_undo. | Thomas Wienecke | 2014-05-03 |
| | |||
* | Remove unused function highlight_gui_color_rgb. | Thomas Wienecke | 2014-05-03 |
| | |||
* | Remove unused function re_lookbehind. | Thomas Wienecke | 2014-05-03 |
| | |||
* | Remove unused function get_shape_idx. | Thomas Wienecke | 2014-05-03 |
| | |||
* | Remove unused function handle_drop. | Thomas Wienecke | 2014-05-03 |
| | |||
* | Remove unused function add_long_to_buf. | Thomas Wienecke | 2014-05-03 |
| | |||
* | Remove undefined functions. | Thomas Wienecke | 2014-05-03 |
| | |||
* | Generate a lua module to help pass build-related settings. | John Szakmeister | 2014-05-03 |
| | | | | | | | This allows us to avoid hard-coding paths and using environment variables to communicate key information to unit tests, which fits with the overall goal of making sure that folks driving CMake directly can continue to do out-of-tree builds. | ||
* | Remove project int types: Case long_i: Replace with plain long. | Eliseo Martínez | 2014-05-03 |
| | | | | | | | | | | | | | | | | | | | | | | Replace long_i with plain long. long_i was just plain long, adding marker __w64, to be used by Microsoft's compilers only, as an aid when transitioning from 32 bits to 64 bits. Purpose of this marker was, in fact, to make a 32 bit compiler emit the same warnings that a 64 bit compiler would. This __w64 marker is nowadays deprecated by said compilers, and use of a real 64 bit compiler is recommended instead. See http://msdn.microsoft.com/en-us/library/s04b5w00.aspx for details. So, there's no reason to maintain this anymore, and thus is removed. Refactoring long into int64_t is not attempted, as doing that in a bulk way is too much complicated. That is left to be done later, on a file-by-file basis, probably intermixed with file-by-file -Wconversion activation. Requested in #459. | ||
* | Remove project int types: Case int_u: Replace with uint32_t. | Eliseo Martínez | 2014-05-03 |
| | | | | | | | | | - Replace int_u with uint32_t (same size, should give no problems). In fact, only usage found seems to be dead code (some functions in ui.h seem not to be used anymore). - Remove int_u typedef. Requested in #459. | ||
* | Remove project int types: Case short_u: Replace with uint16_t. | Eliseo Martínez | 2014-05-03 |
| | | | | | | | | | - Replace short_u with uint16_t (same size, should give no problems). - When possible, remove explicit downcasts so that they are found when flag -Wconversion enabled. - Remove short_u typedef. Requested in #459. | ||
* | Do not detect macros like VIM_TRUE as boolean values | ZyX | 2014-05-03 |
| | |||
* | Improve test_eval.in | Marco Hinz | 2014-05-02 |
| | | | | | The old version required to change the range given to :w for each new test. Now a new buffer is used instead. | ||
* | Update README: progress section | John Schmidt | 2014-05-02 |
| | |||
* | Rename buf_modname to modname as they've become the same | Felipe Oliveira Carvalho | 2014-05-02 |
| | |||
* | Remove the always-FALSE shortname argument from buf_modname() | Felipe Oliveira Carvalho | 2014-05-02 |
| | |||
* | Remove the code related to the shortname option | Felipe Oliveira Carvalho | 2014-05-02 |
| | |||
* | Don't retry to make the tempname in write_viminfo() with shortname=1 | Felipe Oliveira Carvalho | 2014-05-02 |
| | | | | ref #572 | ||
* | Remove checks for SHORT_FNAME and USE_LONG_FNAME. | Chris Watkins | 2014-05-02 |
| | | | | They were only defined for MSDOS which is now unsupported. | ||
* | Remove two-iteration loop from check_keyword_id | Pavel Platto | 2014-05-02 |
| | |||
* | Remove two-iteration loop from expand_filename | Pavel Platto | 2014-05-02 |
| | |||
* | Remove two-iteration loop from ExpandGeneric | Pavel Platto | 2014-05-02 |
| | |||
* | Move `concat_strings` from path.c | John Schmidt | 2014-05-02 |
| | |||
* | Extract strings.c from misc2.c | John Schmidt | 2014-05-02 |
| | |||
* | Added missing #define guards in headers | Hinidu | 2014-05-01 |
| | |||
* | Replace 'alloc' with 'xmalloc' in some files. | Chris Watkins | 2014-05-01 |
| | | | | | | | | Files changed: charset.c, buffer.c, diff.c, edit.c, ex_cmds.c, ex_cmds2.c and ex_docmd.c. The remaining alloc's in these files require more careful attention to remove. | ||
* | revert #652 | Justin M. Keyes | 2014-05-01 |
| | | | | | | | reverting broad cosmetic/style change because: - increases merge-conflicts - increases overhead of merging upstream Vim patches - reasons for change are ambiguous, so default to no change | ||
* | Remove incorrect trailing backslash | Joel Teichroeb | 2014-04-30 |
| | | | If this backslash is here and USE_VALGRIND is defined, valgrind complains that "else" is not a command. | ||
* | vim-patch:7.4.272 | Marco Hinz | 2014-04-30 |
| | | | | | | | | Problem: Using just "$" does not cause an error message. Solution: Check for empty environment variable name. (Christian Brabandt) https://code.google.com/p/vim/source/detail?r=00228400629e28384f7f52556c3c119ba0d0a44d | ||
* | build: remove unnecessary flag from CMAKE_FLAGS | John Szakmeister | 2014-04-30 |
| | | | | We now append the deps install area into CMAKE_PREFIX_PATH. | ||
* | Remove NUL macro | Marco Hinz | 2014-04-29 |
| | |||
* | vim-patch:7.4.268 | Marco Hinz | 2014-04-29 |
| | | | | | | | | | Problem: Using exists() on a funcref for a script-local function does not work. Solution: Translate <SNR> to the special byte sequence. Add a test. https://code.google.com/p/vim/source/detail?r=1a5ed2626b26a982e307a206572121a557adf709 | ||
* | Refactor test_eval | Marco Hinz | 2014-04-29 |
| | |||
* | vim-patch:7.4.269 | Marco Hinz | 2014-04-29 |
| | | | | | | | | Problem: CTRL-U in Insert mode does not work after using a cursor key. (Pine Wu) Solution: Use the original insert start position. (Christian Brabandt) https://code.google.com/p/vim/source/detail?r=81c26975e8f9dc7435353581346542409403f296 |