aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* vim-patch:7.4.411André Twupack2014-09-22
| | | | | | | Problem: "foo bar" sorts before "foo" with sort(). (John Little) Solution: Avoid putting quotes around strings before comparing them. https://code.google.com/p/vim/source/detail?r=v7-4-411
* Merge pull request #1108 from war1025/dev/for_all_tabsJustin M. Keyes2014-09-22
|\ | | | | FOR_ALL_TAB_WINDOWS cleanup. Add FOR_ALL_TABS and FOR_ALL_WINDOWS_IN_TAB.
| * Expand FOR_ALL_WINDOWS to FOR_ALL_WINDOWS_IN_TAB(curtab)Wayne Rowcliffe2014-09-22
| |
| * FOR_ALL_WINDOWS_IN_TAB and local variables in FOR_ALL_TAB_WINDOWSWayne Rowcliffe2014-09-22
| |
| * FOR_ALL_TABS helperWayne Rowcliffe2014-09-22
|/
* Merge #1213 'Fix install permissions'John Szakmeister2014-09-22
|\
| * build: install with the correct permissionsJohn Szakmeister2014-09-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The install() command will create the parent directories, but it does so with the user's umask. We want to do our best to make sure the correct permissions are being set, without clobbering existing permissions. To do this, this commit introduces an install_helper(), which is similar in signature to the install() command, to help ensure that directories are created ahead of the actual install() command. This will attempt to use 0644 permissions for files and 0755 permissions for directories by default--though they can be overridden. To make this work correctly, without trying to introduce some mechanism with setting the umask, it meant that there's a small portion that makes use of an "internal" version of the file() command. It has been tested on CMake 2.8.11, 2.8.12, and 3.0.2, and works correctly on all versions. This fixes #1201 and #1086.
| * runtime: fix executable bit on some filesJohn Szakmeister2014-09-22
|/
* Merge pull request #1011 from stefan991/cleanup-docsJustin M. Keyes2014-09-21
|\ | | | | Cleanup user documentation build
| * doc: fix links to index.html and vimindex.htmlStefan Hoffmann2014-09-21
| |
| * doc: add new doc files to MakefileStefan Hoffmann2014-09-20
| |
| * doc: use `cat` instead of `more` to display errorsStefan Hoffmann2014-09-20
| | | | | | | | `more` may cause the travis build to hang
| * doc: update gitignoreStefan Hoffmann2014-09-20
| |
| * doc: remove links that point nowhereStefan Hoffmann2014-09-20
| | | | | | | | `make html` displays errors for links that are not in the tagfile
| * doc: move manpages into their own folderStefan Hoffmann2014-09-20
| |
| * doc: remove uganda.nsis.txt targetStefan Hoffmann2014-09-20
| | | | | | | | | | It seems that this file was used in the windows installer as license file.
| * doc: rename `*.UTF-8.1` filesStefan Hoffmann2014-09-20
| |
| * doc: remove encoding conversion targetsStefan Hoffmann2014-09-20
| | | | | | | | | | this deletes the source files wich have an utf-8 generated file. in the next step the generated *UTF-8.1* files will be renamed.
| * doc: remove some unnecessary targetsStefan Hoffmann2014-09-20
| | | | | | | | these files got all imported, no ned to create them
| * doc: remove generated manpagesStefan Hoffmann2014-09-20
| |
| * doc: remove reference to config.mk, hangulin.txtStefan Hoffmann2014-09-20
| | | | | | | | needed to get `make html` to work.
* | Merge pull request #1197 from Shougo/vim-patch-7.4.392Justin M. Keyes2014-09-20
|\ \ | | | | | | vim-patch:7.4.392
| * | vim-patch:7.4.392Shougo Matsushita2014-09-18
| | | | | | | | | | | | | | | | | | | | | Problem: Not easy to detect type of command line window. Solution: Add the getcmdwintype() function. (Jacob Niehus) https://code.google.com/p/vim/source/detail?r=v7-4-392
* | | Merge pull request #1204 from Shougo/version-7.4.444Justin M. Keyes2014-09-20
|\ \ \ | |_|/ |/| | Update version.c to Vim 7.4.444
| * | Update version.c to Vim 7.4.444Shougo Matsushita2014-09-21
|/ /
* | Merge pull request #1150 from splinterofchaos/vim-patch-7.4.305Justin M. Keyes2014-09-19
|\ \ | | | | | | Vim patch 7.4.305 + Vim patch 7.4.359
| * | vim-patch:7.4.359Scott Prager2014-09-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: When 'ttymouse' is set to 'uxterm' the xterm version is not requested. (Tomas Janousek) Solution: Do not mark uxterm as a conflict mouse and add resume_get_esc_sequence(). https://code.google.com/p/vim/source/detail?r=v7-4-359
| * | vim-patch:7.4.305Scott Prager2014-09-19
|/ / | | | | | | | | | | | | | | | | | | Problem: Making 'ttymouse' empty after the xterm version was requested causes problems. (Elijah Griffin) Solution: Do not check for DEC mouse sequences when the xterm version was requested. Also don't request the xterm version when DEC mouse was enabled. https://code.google.com/p/vim/source/detail?r=v7-4-305
* | Merge pull request #1194 from Shougo/vim-patch-7.4.410Justin M. Keyes2014-09-19
|\ \ | | | | | | vim-patch:7.4.410
| * | vim-patch:7.4.410Shougo Matsushita2014-09-19
| | | | | | | | | | | | | | | | | | | | | | | | Problem: Fold does not open after search when there is a CmdwinLeave autocommand. Solution: Restore KeyTyped. (Jacob Niehus) https://code.google.com/p/vim/source/detail?r=v7-4-410
* | | Merge pull request #1189 from Shougo/vim-patch-7.4.374Justin M. Keyes2014-09-19
|\ \ \ | | | | | | | | vim-patch:7.4.374
| * | | vim-patch:7.4.374Shougo Matsushita2014-09-19
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | Problem: Character after "fb" command not mapped if it might be a composing character. Solution: Don't disable mapping when looking for a composing character. (Jacob Niehus) https://code.google.com/p/vim/source/detail?r=v7-4-374
* | | Merge pull request #1188 from Shougo/vim-patch-7.4.364Justin M. Keyes2014-09-19
|\ \ \ | | | | | | | | vim-patch:7.4.364
| * | | vim-patch:7.4.364Shougo Matsushita2014-09-19
| |/ / | | | | | | | | | | | | | | | | | | | | | Problem: When the viminfo file can't be renamed there is no error message. (Vladimir Berezhnoy) Solution: Check for the rename to fail. https://code.google.com/p/vim/source/detail?r=v7-4-364
* | | Merge pull request #1187 from Shougo/vim-patch-7.4.361Justin M. Keyes2014-09-19
|\ \ \ | | | | | | | | vim-patch:7.4.361
| * | | vim-patch:7.4.361Shougo Matsushita2014-09-19
| |/ / | | | | | | | | | | | | | | | | | | Problem: Lots of flickering when filling the preview window for 'omnifunc'. Solution: Disable redrawing. (Hirohito Higashi) https://code.google.com/p/vim/source/detail?r=v7-4-361
* | | Merge pull request #1192 from Shougo/vim-patch-7.4.382Justin M. Keyes2014-09-19
|\ \ \ | |/ / |/| | vim-patch:7.4.382
| * | vim-patch:7.4.382Shougo Matsushita2014-09-19
|/ / | | | | | | | | | | | | Problem: Mapping characters may not work after typing Esc in Insert mode. Solution: Fix the noremap flags for inserted characters. (Jacob Niehus) https://code.google.com/p/vim/source/detail?r=v7-4-382
* | Merge PR #1199 'Improvements to API error handling'Thiago de Arruda2014-09-18
|\ \
| * | api/msgpack-rpc: Improve error infrastructureThiago de Arruda2014-09-18
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add error type information to `Error` - Rename `set_api_error` to `api_set_error` for consistency with other api_* functions/macros. - Refactor the api_set_error macro to accept formatted strings and error types - Improve error messages - Wrap error messages with gettext macro - Refactor msgpack-rpc serialization to transform Error instances into [type, message] arrays - Add error type information to API metadata - Normalize nvim->client and client->nvim error handling(change channel_send_call to accept an Error pointer instead of the `errored` boolean pointer) - Use macro to initialize Error structures
* | Merge pull request #1193 from Shougo/vim-patch-7.4.383Justin M. Keyes2014-09-18
|\ \ | | | | | | vim-patch:7.4.383
| * | vim-patch:7.4.383Shougo Matsushita2014-09-18
| |/ | | | | | | | | | | | | Problem: Bad interaction between preview window and omnifunc. Solution: Avoid redrawing the status line. (Hirohito Higashi) https://code.google.com/p/vim/source/detail?r=v7-4-383
* | Merge pull request #1196 from Shougo/vim-patch-7.4.381Justin M. Keyes2014-09-18
|\ \ | | | | | | vim-patch: 7.4.381
| * | vim-patch: 7.4.381Shougo Matsushita2014-09-18
| |/ | | | | | | | | | | | | | | Problem: Get u_undo error when backspacing in Insert mode deletes more than one line break. (Ayberk Ozgur) Solution: Also decrement Insstart.lnum. https://code.google.com/p/vim/source/detail?r=v7-4-381
* | Merge pull request #1195 from Shougo/vim-patch-7.4.379Justin M. Keyes2014-09-18
|\ \ | | | | | | vim-patch:7.4.379
| * | vim-patch:7.4.379Shougo Matsushita2014-09-18
| |/ | | | | | | | | | | | | Problem: Accessing freed memory after using setqflist(list, 'r'). (Lcd) Solution: Reset qf_index. https://code.google.com/p/vim/source/detail?r=v7-4-379
* | Merge pull request #1168 from atwupack/vp-7.4.365Justin M. Keyes2014-09-18
|\ \ | |/ |/| vim-patch:7.4.365, 7.4.372, 7.4.373, 7.4.377
| * vim-patch:7.4.377André Twupack2014-09-18
| | | | | | | | | | | | | | | | Problem: When 'equalalways' is set a split may report "no room" even though there is plenty of room. Solution: Compute the available room properly. (Yukihiro Nakadaira) https://code.google.com/p/vim/source/detail?r=v7-4-377
| * vim-patch:7.4.373André Twupack2014-09-18
| | | | | | | | | | | | | | Problem: Compiler warning for unused argument and unused variable. Solution: Add UNUSED. Move variable inside #ifdef. https://code.google.com/p/vim/source/detail?r=v7-4-373
| * vim-patch:7.4.372André Twupack2014-09-18
| | | | | | | | | | | | | | | | Problem: When 'winminheight' is zero there might not be one line for the current window. Solution: Change the size computations. (Yukihiro Nakadaira) https://code.google.com/p/vim/source/detail?r=v7-4-372