Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | vim-patch:7.4.178 | oni-link | 2014-04-06 | |
| | | | | | | | Problem: The J command does not update '[ and '] marks. (William Gardner) Solution: Set the marks. (Christian Brabandt) https://code.google.com/p/vim/source/detail?r=647e6bb15aa3f864eaf447fe77e3e3ae7e37b134 | |||
* | Use early return for rejecting_deadly in signal_cb | Thiago de Arruda | 2014-04-06 | |
| | ||||
* | vim-patch:7.4.173 | oni-link | 2014-04-06 | |
| | | | | | | | | Problem: When using scrollbind the cursor can end up below the last line. (mvxxc) Solution: Reset w_botfill when scrolling up. (Christian Brabandt) https://code.google.com/p/vim/source/detail?r=233ad7b960d0fbeb224b383918113b25c74ebe35 | |||
* | Moved mch_get_host_name and renamed it to os_get_hostanme | Stefan Hoffmann | 2014-04-05 | |
| | ||||
* | Moved mch_get_pid and renamed it to os_get_pid | Stefan Hoffmann | 2014-04-05 | |
| | ||||
* | vim-patch:7.4.171 | oni-link | 2014-04-05 | |
| | | | | | | | | Problem: Redo does not set v:count and v:count1. Solution: Use a separate buffer for redo, so that we can set the counts when performing redo. https://code.google.com/p/vim/source/detail?r=beb037a6c2708f539d50840637f70eed0811d93c | |||
* | Remove the old `mch_call_shell` implementation | Thiago de Arruda | 2014-04-05 | |
| | ||||
* | Rewrite `mch_call_shell` on top of libuv | Thiago de Arruda | 2014-04-05 | |
| | | | | | | - Rename to `os_call_shell` - Use another entry point for libuv default event loop - Fix the `call_shell` reference in misc2.c | |||
* | Stop queueing events when signals are rejected | Thiago de Arruda | 2014-04-05 | |
| | | | | | The only exception is SIGINT, which will set `got_int` directly. This will be necessary for the new implementation of `mch_call_shell` | |||
* | Add helpers for debugging with valgrind | Thiago de Arruda | 2014-04-05 | |
| | | | | | | | The environment variable USE_VALGRIND can be set to run tests with valgrind. If VALGRIND_GDB is set, valgrind will start it's own gdbserver for remote debugging with `target remote | vgdb`. USE_GDB can still be used, but it will be ignored if USE_VALGRIND is set. | |||
* | vim-patch:7.4.172 | oni-link | 2014-04-05 | |
| | | | | | | | | Problem: The blowfish code mentions output feedback, but the code is actually doing cipher feedback. Solution: Adjust names and comments. https://code.google.com/p/vim/source/detail?r=391e10afccf6879dcfab8b28cb1587a13eb835c0 | |||
* | Remove mblen() check | John Schmidt | 2014-04-05 | |
| | ||||
* | Remove xterm_save | John Schmidt | 2014-04-05 | |
| | ||||
* | Remove xpm | John Schmidt | 2014-04-05 | |
| | ||||
* | Remove tcl | John Schmidt | 2014-04-05 | |
| | ||||
* | Remove ole | John Schmidt | 2014-04-05 | |
| | ||||
* | Remove mzscheme | John Schmidt | 2014-04-05 | |
| | ||||
* | Remove python, perl, lua, ruby | John Schmidt | 2014-04-05 | |
| | ||||
* | Remove Xim | John Schmidt | 2014-04-05 | |
| | ||||
* | Remove clientserver | John Schmidt | 2014-04-05 | |
| | ||||
* | Remove BalloonEval | John Schmidt | 2014-04-05 | |
| | ||||
* | Remove HPUX and Vim 5.x compatible digraphs | John Schmidt | 2014-04-05 | |
| | ||||
* | Remove SniFF | John Schmidt | 2014-04-05 | |
| | ||||
* | Remove Amiga stuff | John Schmidt | 2014-04-05 | |
| | ||||
* | Remove netbeans and sun workshop | John Schmidt | 2014-04-05 | |
| | ||||
* | remove reference to BROKEN_TOUPPER | aph | 2014-04-04 | |
| | ||||
* | remove pchar from macros.h | aph | 2014-04-04 | |
| | ||||
* | remove MB_{IS,TO}{UPPER,LOWER} | aph | 2014-04-04 | |
| | ||||
* | remove DO_AUTOCHDIR | aph | 2014-04-04 | |
| | ||||
* | Remove unused define | Markus Breitenberger | 2014-04-04 | |
| | ||||
* | Removed not defined prototypes in os_unix.h | Stefan Hoffmann | 2014-04-04 | |
| | | | | | | | | | | | | | * reset_signals, vim_handle_signal: signal handling was rewritten, not defined anywhere * related to x clipboard handling, not defined anywhere: * {setup,start,stop,clear}_xterm_clip * stop_xterm_trace * clip_xterm_{own_selection,lose_selection,request_selection,set_selection} * related to XSMP (x session management protocol): * xsmp_{handle_requests,init,close} | |||
* | vim-patch:7.4.170 | oni-link | 2014-04-04 | |
| | | | | | | | Problem: Some help tags don't work with ":help". (Tim Chase) Solution: Add exceptions. https://code.google.com/p/vim/source/detail?r=8122eab8fcdbbdaac62dfbf7c6458cb3e6f46b04 | |||
* | Possible string literals that have to be replaced | Wilberto Morales | 2014-04-04 | |
| | ||||
* | Try to find all other instances of vimrc and gvimrc and prefix them with n | Wilberto Morales | 2014-04-04 | |
| | ||||
* | Extract memory.c from misc2.c | John Schmidt | 2014-04-04 | |
| | ||||
* | vim-patch:7.4.169 | Keerthan Jaic | 2014-04-04 | |
| | | | | | | | Problem: ":sleep" puts cursor in the wrong column. (Liang Li) Solution: Add the window offset. (Christian Brabandt) https://code.google.com/p/vim/source/detail?r=4e3a9dd25d428e7c08ed401afc244972e27e08e6 | |||
* | Restore vim_rename | Hinidu | 2014-04-04 | |
| | ||||
* | Replace mch_rename and vim_rename with libuv | Hinidu | 2014-04-04 | |
| | ||||
* | Changed testdir/Makefile to use Makefile wildcards instead of SUFFIXES | Jared L Wong | 2014-04-04 | |
| | ||||
* | Fix #451: Build broken on OSX. | Eliseo Martínez | 2014-04-03 | |
| | | | | | | Problem: Build breaks in OSX if macports ncurses present, due to header conflict involving 'term.h'. Solution: Modify include search order. | |||
* | Remove `mch_call_shell` GUI printing code | Thiago de Arruda | 2014-04-03 | |
| | | | | | This isn't needed right now because spawned shells will inherit stdout by default | |||
* | Remove `:shell` and `suspend_shell` | Thiago de Arruda | 2014-04-03 | |
| | | | | Issue #450 contains more details | |||
* | Remove support for running interactive programs | Thiago de Arruda | 2014-04-03 | |
| | | | | | | | | | This removes `mch_call_shell` code for feeding programs interactively. The removed code was supporting interactive programs in the old GUI, but right now we only have a terminal UI. The code is currently safe to remove because interactive programs will just simply take control of the terminal in cooked mode. | |||
* | Rename FPC_* constants. | Thomas Wienecke | 2014-04-03 | |
| | ||||
* | Initialize on declaration; use postincrements. | Thomas Wienecke | 2014-04-03 | |
| | ||||
* | Fix seperator->separator, path_tail_with_separator->path_tail_with_sep. | Thomas Wienecke | 2014-04-03 | |
| | ||||
* | Test and refactor getnextcomp -> path_next_component. | Thomas Wienecke | 2014-04-03 | |
| | ||||
* | Test and refactor gettail_sep -> path_tail_with_seperator. | Thomas Wienecke | 2014-04-03 | |
| | ||||
* | Test and refactor gettail -> path_tail. | Thomas Wienecke | 2014-04-03 | |
| | ||||
* | Refactor fullpathcmp -> path_full_compare. | Thomas Wienecke | 2014-04-03 | |
| |