aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* deps: Add lua nvim-client as a dependencyThiago de Arruda2014-10-16
|
* vim-patch:7.4.440 #1244Naveen Kumar Molleti2014-10-16
| | | | | | | | Problem: Omni complete popup drawn incorrectly. Solution: Call validate_cursor() instead of check_cursor(). (Hirohito Higashi) https://code.google.com/p/vim/source/detail?r=v7-4-440
* vim-patch:7.4.439 #1245Naveen Kumar Molleti2014-10-16
| | | | | | | | Problem: Duplicate message in message history. Some quickfix messages appear twice. (Gary Johnson) Solution: Do not reset keep_msg too early. (Hirohito Higashi) https://code.google.com/p/vim/source/detail?r=v7-4-439
* vim-patch:7.4.436 #1246Naveen Kumar Molleti2014-10-16
| | | | | | | | | Problem: ml_get error for autocommand that moves the cursor of the current window. Solution: Check the cursor position after switching back to the current buffer. (Christian Brabandt) https://code.google.com/p/vim/source/detail?r=v7-4-436
* Merge pull request #1293 from justinmk/homebrewJustin M. Keyes2014-10-15
|\ | | | | handle missing git or .git/
| * cmake: handle missing git or .git/Justin M. Keyes2014-10-15
| | | | | | | | | | | | | | GetGitRevisionDescription.cmake: we don't need fine-grained failure modes, we only need "yes" or "no". fix #1292
| * homebrew: look for .git/ outside of build workspace #1274Xu Cheng2014-10-15
|/
* Merge pull request #1265 from dkns/vp-7.4.444Justin M. Keyes2014-10-13
|\ | | | | vim-patch:7.4.444
| * vim-patch:7.4.444Daniel Kosinski2014-10-04
| | | | | | | | | | | | | | Problem: Reversed question mark not recognized as punctuation. ( Issue 258 ) Solution: Add the Supplemental Punctuation range. https://code.google.com/p/vim/source/detail?r=v7-4-444
* | Merge pull request #1280 from splinterofchaos/visual-mbJustin M. Keyes2014-10-10
|\ \ | | | | | | vim-patch:7.4.408
| * | vim-patch:7.4.408Scott Prager2014-10-10
|/ / | | | | | | | | | | | | Problem: Visual block insert breaks a multi-byte character. Solution: Calculate the position properly. (Yasuhiro Matsumoto) https://code.google.com/p/vim/source/detail?r=v7-4-408
* | Merge pull request #1279 from splinterofchaos/matchparenJustin M. Keyes2014-10-10
|\ \ | | | | | | vim-patch:7.4.397
| * | vim-patch:7.4.397Scott Prager2014-10-09
|/ / | | | | | | | | | | | | | | Problem: Matchparen only uses the topmost syntax item. Solution: Go through the syntax stack to find items. (James McCoy) Also use getcurpos() when possible. https://code.google.com/p/vim/source/detail?r=v7-4-397
* | Merge pull request #1273 from fwalch/fix-homebrewJustin M. Keyes2014-10-09
|\ \ | | | | | | homebrew: fix install prefix
| * | homebrew: fix install prefixFlorian Walch2014-10-09
|/ /
* | Merge pull request #1267 from justinmk/versionJustin M. Keyes2014-10-09
|\ \ | | | | | | version refactor
| * | version: remove "Compilation" and "Linking" messages.Justin M. Keyes2014-10-07
| | | | | | | | | | | | | | | | | | Can't reliably get this information from cmake (#1267), so it's misleading to show these messages at all. We can always revert this commit if we find a way later.
| * | version: generate "build number" from commit timestampJustin M. Keyes2014-10-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - cmake: git_timestamp() returns last commit time formatted as `YYYYMMddHHmm`. - Always include commit hash in :version and --version output. `nvim --version` sample output: NVIM 0.0.0-alpha+201410070245 (compiled Oct 7 2014 05:30:45) Commit: f747b2b1ff7bfe7eb00cc2be82d7af87c98f1111
| * | version: report commit hash as "build number" in long version stringJustin M. Keyes2014-10-07
| | |
| * | version: remove non-functional Vim version identifiersJustin M. Keyes2014-10-07
| | |
| * | version: remove "Included patches" messageJustin M. Keyes2014-10-07
| | | | | | | | | | | | It is meaningless to Nvim.
| * | version: update user-facing version indicatorsJustin M. Keyes2014-10-07
|/ / | | | | | | | | | | | | - VIM_VERSION_LONG and VIM_VERSION_LONG_DATE do not affect plugins, they are only cosmetic. - Vim-related version identifiers will be preserved for plugin compatibility (has("patchXXX") and v:version).
* | homebrew: use Makefile-defined defaults. #1259Tayler Mulligan2014-10-07
| | | | | | | | | | Assuming homebrew always uses a clean workspace, a separate "cmake" step is not necessary.
* | Merge pull request #1254 from splinterofchaos/na-patchesJustin M. Keyes2014-10-06
|\ \ | | | | | | Mark patches 363 and 366 NA; vim-patch:7.4.375
| * | vim-patch:7.4.375Scott Prager2014-10-06
| | | | | | | | | | | | | | | | | | | | | Problem: Test 63 fails when run with GUI-only Vim. Solution: Add guibg attributes. (suggested by Mike Soyka) https://code.google.com/p/vim/source/detail?r=v7-4-375
| * | Mark patches 363 and 366 NA.Scott Prager2014-10-06
|/ /
* | Merge pull request #1268 from stefan991/cleanup-docs-2Justin M. Keyes2014-10-06
|\ \ | | | | | | Cleanup user documentation
| * | doc: remove links to non existent filesStefan Hoffmann2014-10-06
| | |
| * | doc: cleanupStefan Hoffmann2014-10-06
| | | | | | | | | | | | | | | | | | | | | * fix some links * typo * remove reference to hangul_input * remove unused vim2html.pl
| * | doc: remove documentation for `:shell`Stefan Hoffmann2014-10-06
| | | | | | | | | | | | see #450
| * | doc: remove netbeans.txtStefan Hoffmann2014-10-06
| | |
| * | doc: remove workshop.txtStefan Hoffmann2014-10-06
| | |
| * | doc: remove if_ole.txtStefan Hoffmann2014-10-06
| | |
| * | doc: remove if_sniff.txtStefan Hoffmann2014-10-06
| | |
| * | doc: remove gui_w16.txtStefan Hoffmann2014-10-06
| | |
| * | doc: remove legacy os_*.txtStefan Hoffmann2014-10-06
|/ / | | | | | | keeping os_dos.txt, see #1115
* / Removes shelltype option and all revelant doc. #1249Joseph Anthony Pasquale Holsten2014-10-06
|/ | | | Fixes #1240
* Merge pull request #1208 from war1025/dev/remove_for_all_windowsJustin M. Keyes2014-10-03
|\ | | | | Remove FOR_ALL_WINDOWS and replace with FOR_ALL_WINDOWS_IN_TAB(curtab)
| * Remove W_NEXT use `->w_next`Wayne Rowcliffe2014-09-24
| |
| * Replace FOR_ALL_WINDOWS with FOR_ALL_WINDOWS_IN_TAB(curtab)Wayne Rowcliffe2014-09-24
| |
* | Merge pull request #1260 from tarruda/system-specsJustin M. Keyes2014-10-02
|\ \ | | | | | | Fix coverity defect(Resource leak) and add some specs which expose the bug to valgrind
| * | wstream/shell: Fix memory errors caused by os_systemThiago de Arruda2014-10-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The os_system function uses a write callback to close the input stream when the write completes, but this causes a memory error because the callback is invoked right before the stream is freed by the caller. This fixes the problem by removing the callback set by os_system. Instead, it calls job_close_in immediately after writing(the stream will only close after the write completes). The 'pending' parameter was also removed from the 'write_cb' as it should be hidden by the wstream module. While the `wstream_set_write_cb` and `job_write_cb` are no longer used, they will remain in the codebase for future use.
| * | eval: Fix `save_tv_as_string` to handle non-string typesThiago de Arruda2014-10-01
| | |
| * | travis: Fix clang-asan to always display memory errorsThiago de Arruda2014-10-01
| | | | | | | | | | | | | | | | | | | | | Always check the logs in case of test failures(which would happen when ASAN finds an error since it will abort Nvim). Also run the 'oldtest' target from the gcc-32.sh script
| * | test: Add some specs for the viml function `system()`Thiago de Arruda2014-10-01
| | | | | | | | | | | | These new specs replace src/nvim/testdir/test_system
| * | test: Add 'eval' functional helperThiago de Arruda2014-10-01
| | | | | | | | | | | | | | | The eval helper transforms vimL expressions into lua tables, it's useful for verifying function output.
| * | test: Move 'test/legacy' to 'test/functional'Thiago de Arruda2014-10-01
|/ / | | | | | | | | | | Busted can only discover tests from a single directory. In order to allow tests under 'legacy' to run as a functional test, it needed to be moved to 'test/functional'.
* | Merge PR #1257 'Use line-specific method names where possible'Thiago de Arruda2014-10-01
|\ \
| * | Use line-specific method names where possible to remove ambiguity and ↵Paul Jolly2014-10-01
|/ / | | | | | | possibility of future clashes
* | Merge pull request #1141 from splinterofchaos/system-nlJustin M. Keyes2014-09-30
|\ \ | | | | | | vim-patch:7.4.247 + vim-patch:7.4.248 + vim-patch:7.4.256 + f_system() bug fix