aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | | | | | vim-patch:7.4.858Florian Walch2015-12-24
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: It's a bit clumsy to execute a command on a list of matches. Solution: Add the ":ldo", ":lfdo", ":cdo" and ":cfdo" commands. (Yegappan Lakshmanan) https://github.com/vim/vim/commit/aa23b379421aa214e6543b06c974594a25799b09
* | | | | | doc: os_dos.txt: Remove more references to MS-DOS/Windows 95 #3889Seth Jackson2015-12-23
| | | | | |
* | | | | | doc: Remove references to neXtaw GUI support #3892Seth Jackson2015-12-22
| | | | | | | | | | | | | | | | | | | | | | | | We never supported it.
* | | | | | doc: Fix invalid referenceMichael Reed2015-12-22
| | | | | | | | | | | | | | | | | | | | | | | | found with `make -C runtime/doc html`
* | | | | | doc: mbyte.txt: Remove some low-hanging fruitMichael Reed2015-12-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Nvim has no concept of "huge" or "normal" features: the overwhelming majority of features are compiled in by default - Nvim does not link to X (X11), so doesn't support setting things via ~/.Xresources, among many other things
* | | | | | doc: Remove references to Athena GUI support #3891Seth Jackson2015-12-22
| | | | | | | | | | | | | | | | | | | | | | | | We don't support Athena anymore.
* | | | | | doc: vi_diff: Update supported OS list #3890Seth Jackson2015-12-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We do not support every Unix flavor in existence so note that here. We do not support Windows 95 or NT. Update the list to the Windows versions we do support. We only support OS X not classic Mac OS so note that too.
* | | | | | doc: Remove a reference to Windows ME #3888Seth Jackson2015-12-22
| | | | | | | | | | | | | | | | | | | | | | | | We don't support Windows 95, Windows ME, or Windows 2000 anymore.
* | | | | | gitignore: Ignore errors.jsonSeth Jackson2015-12-22
| | | | | | | | | | | | | | | | | | | | | | | | It's generated by `make lint`.
* | | | | | doc: os_win32: More cleanup #3884Seth Jackson2015-12-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Follow-up to ee1f8ea Roger Knobbe is still mentioned in intro.txt, for anyone wondering.
* | | | | | doc: Remove some references to MS-DOS #3886Seth Jackson2015-12-22
| | | | | | | | | | | | | | | | | | | | | | | | We don't support MS-DOS.
* | | | | | Windows: Remove unused function #3878Seth Jackson2015-12-22
| | | | | | | | | | | | | | | | | | | | | | | | The only call site was removed in 902ad8d.
* | | | | | doc: Remove references to Windows 3.1 #3883Seth Jackson2015-12-21
| |_|/ / / |/| | | |
* | | | | Tests: fix according to lualintMarco Hinz2015-12-20
| | | | |
* | | | | Merge pull request #3867 from Shougo/vim-7.4.604Justin M. Keyes2015-12-20
|\ \ \ \ \ | |/ / / / |/| | | | vim-patch:7.4.604
| * | | | vim-patch:7.4.604Shougo Matsushita2015-12-19
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | Problem: Running tests changes viminfo. Solution: Disable viminfo. https://github.com/vim/vim/commit/6bf7c523ad54f625547ef2cc6009c28c0dd337ed
* | | | Merge pull request #3722 from ZyX-I/fix-3721Justin M. Keyes2015-12-18
|\ \ \ \ | | | | | | | | | | shada: Continue dumping when variables failed to dump
| * | | | shada: Free wms->hms in shada_write_exitZyX2015-12-18
| | | | | | | | | | | | | | | Otherwise there should be memory leak.
| * | | | shada: Continue dumping when variables failed to dumpZyX2015-12-18
| | |_|/ | |/| | | | | | | | | | Closes #3721
* | | | Merge pull request #3863 from justinmk/vim-8a94d87Justin M. Keyes2015-12-18
|\ \ \ \ | | | | | | | | | | vim-patch:8a94d87
| * | | | vim-patch:8a94d87Justin M. Keyes2015-12-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update runtime files. https://github.com/vim/vim/commit/8a94d873aa8c753a8522ea86a049bdf2abd0c507
| * | | | vim-patch.sh: force LC_ALL=C for preprocessingJustin M. Keyes2015-12-17
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Any patch may contain mixed encodings, so we must process them as byte arrays. E.g. with stock `sed` on OS X patch 8a94d873aa8c753a8522ea86a049bdf2abd0c507 causes this error: sed: RE error: illegal byte sequence To avoid that, set LC_ALL=C. Also remove redundant *.patch creation from review_pr().
* | | | Merge pull request #3860 from justinmk/vim-0122c40Justin M. Keyes2015-12-17
|\ \ \ \ | | | | | | | | | | vim-patch:0122c40
| * | | | vim-patch:0122c40Justin M. Keyes2015-12-17
|/ / / / | | | | | | | | | | | | | | | | | | | | Update runtime files. https://github.com/vim/vim/commit/0122c4070f84e71f15a39fb20ababeffb70757c4
* | | | Merge pull request #3859 from justinmk/vim-83caecfJustin M. Keyes2015-12-17
|\ \ \ \ | | | | | | | | | | vim-patch:83caecf
| * | | | vim-patch:83caecfJustin M. Keyes2015-12-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated runtime files. https://github.com/vim/vim/commit/83caecf31437c1e1af342186514f2a073ee1427e
* | | | | Merge pull request #3858 from justinmk/vim-9da7ff7Justin M. Keyes2015-12-17
|\ \ \ \ \ | |/ / / / |/| | | | vim-patch:9da7ff7
| * | | | vim-patch:9da7ff7Justin M. Keyes2015-12-17
|/ / / / | | | | | | | | | | | | | | | | | | | | Updated runtime files. https://github.com/vim/vim/commit/9da7ff70cc22c941b7e6810c7d960d0061040436
* | | | vim-patch.sh: fix order of non-tagged patchesJustin M. Keyes2015-12-17
| | | | | | | | | | | | | | | | Sort non-tagged patches in descending order, like tagged patches.
* | | | Merge pull request #3851 from brcolow/vim-7.4.682Justin M. Keyes2015-12-16
|\ \ \ \ | | | | | | | | | | vim-patch:7.4.682
| * | | | vim-patch:7.4.682brcolow2015-12-16
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Problem: The search highlighting and match highlighting replaces the cursorline highlighting, this doesn't look good. Solution: Combine the highlighting. (Yasuhiro Matsumoto) https://github.com/vim/vim/commit/09deeb7c945d2677722df5b40959f97b646b6092
* | | | Merge pull request #3842 from sethjackson/cross-compileJustin M. Keyes2015-12-16
|\ \ \ \ | | | | | | | | | | Fix CMakeLists.txt search paths for cross compile
| * | | | Fix CMakeLists.txt search paths for cross compileRui Abreu Ferreira2015-12-15
| | | | |
* | | | | Merge pull request #3846 from sethjackson/win-defsJustin M. Keyes2015-12-16
|\ \ \ \ \ | | | | | | | | | | | | MSVC: Define S_IXUSR.
| * | | | | MSVC: Define S_IXUSR.Rui Abreu Ferreira2015-12-16
| |/ / / /
* | | | | Merge pull request #3848 from Shougo/vim-7.4.665Justin M. Keyes2015-12-15
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | vim-patch:7.4.665 vim-patch:7.4.671
| * | | | | vim-patch:7.4.665, 671Shougo Matsushita2015-12-16
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: 'linebreak' does not work properly with multi-byte characters. Solution: Compute the pointer offset with mb_head_off(). (Yasuhiro Matsumoto) https://github.com/vim/vim/commit/76feaf1bfed170d2fc5c34e7e758885554ecc794 Problem: Warning for shadowing a variable. Solution: Rename off to mb_off. (Kazunobu Kuriyama) https://github.com/vim/vim/commit/4df702999d14955255fcdfb820511767dcfec463
* | | | | Merge pull request #3847 from Pyrohh/move-uncrustifyJustin M. Keyes2015-12-15
|\ \ \ \ \ | |/ / / / |/| | | | Move uncrustify.cfg to contrib/
| * | | | contrib: Move uncrustify.cfg to contrib/Michael Reed2015-12-15
| |/ / / | | | | | | | | | | | | | | | | It hasn't been used in quite a while, so it's probably safe to move it out of the repository root.
* | | | Merge pull request #3841 from sethjackson/fname-illegalJustin M. Keyes2015-12-14
|\ \ \ \ | |/ / / |/| | | Windows: define FNAME_ILLEGAL
| * | | Windows: define FNAME_ILLEGAL.Seth Jackson2015-12-14
|/ / /
* | | Merge #3623 'vim-patch:7.4.{670,723,803}'Justin M. Keyes2015-12-13
|\ \ \
| * | | Fix linting errors.Johan Klokkhammer Helsing2015-12-13
| | | |
| * | | Solve warnings.Johan Klokkhammer Helsing2015-12-13
| | | |
| * | | vim-patch:7.4.803Johan Klokkhammer Helsing2015-12-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: C indent does not support C11 raw strings. (Mark Lodato) Solution: Do not change indent inside the raw string. https://github.com/vim/vim/commit/f7bb86dc593913d055e4cce16cec43f6271adda3
| * | | Appease clint.Johan Klokkhammer Helsing2015-12-13
| | | |
| * | | vim-patch:7.4.723Johan Klokkhammer Helsing2015-12-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: For indenting, finding the C++ baseclass can be slow. Solution: Cache the result. (Hirohito Higashi) https://github.com/vim/vim/commit/4032cfdf17c1c744d0f87219924870378b86a1c4
| * | | vim-patch:7.4.670Johan Klokkhammer Helsing2015-12-13
|/ / / | | | | | | | | | | | | | | | | | | Problem: Using 'cindent' for Javascript is less than perfect. Solution: Improve indenting of continuation lines. (Hirohito Higashi) https://github.com/vim/vim/commit/dcefba993456263100785f18d21d780cf531f2dc
* | | Merge pull request #3706 from Pyrohh/version_commitJustin M. Keyes2015-12-13
|\ \ \ | | | | | | | | Remove "Commit:" field from `--version` output
| * | | Remove "Commit:" field from `--version` outputMichael Reed2015-12-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If nvim is built from a non-tagged commit, the truncated commit hash is already appended to the main version string (e.g., "NVIM v0.1.0-83-g959f260 ..."), making the "Commit:" field redundant. Regarding the truncated hash length: we don't have nearly enough commits to worry about collisions, and probably won't ever, so the default length should be fine.