- Aug 07, 2018
-
-
Bram Moolenaar authored
Problem: Effect of ":tabmove N" is not clear. Solution: Add a test that shows the behavior. (Christian Brabandt, closes #3288)
-
- Aug 05, 2018
-
-
Bram Moolenaar authored
Problem: g:actual_curbuf set in wrong scope. (Daniel Hahler) Solution: Prepend the "g:" name space. (closes #3279)
-
- Aug 04, 2018
-
-
Bram Moolenaar authored
Problem: Now Ruby build fails on other systems. Solution: Always define rb_intern. (Ken Takata, closes #3275)
-
Bram Moolenaar authored
Problem: 'buftype' is cleared when using ":term ++hidden cat". (Marcin Szamotulski) Solution: Set the "options initialized" flag earlier. (closes #3278)
-
Bram Moolenaar authored
Problem: Ruby on Cygwin doesn't always work. Solution: Use LIBRUBY_SO if LIBRUBY_ALIASES isn't set. (Ken Takata)
-
- Aug 03, 2018
-
-
Bram Moolenaar authored
Problem: Ruby build fails when ruby_intern is missing. Solution: Do not use ruby_intern2. (Ken Takata)
-
- Aug 02, 2018
-
-
Bram Moolenaar authored
Problem: More help tags that jump to the wrong location. Solution: Add more exceptions and a table for "expr-" tags. (Hirohito Higashi)
-
Bram Moolenaar authored
Problem: Incorrect reference counting in Perl interface. Solution: Call SvREFCNT_inc more often, add a test. (Damien)
-
- Aug 01, 2018
-
-
Bram Moolenaar authored
Problem: "safe" argument of call_vim_function() is always FALSE. Solution: Remove the argument.
-
Bram Moolenaar authored
Problem: Ruby error does not include backtrace. Solution: Add an error backtrace. (Masataka Pocke Kuwabara, closes #3267)
-
Bram Moolenaar authored
Problem: :help -? goes to help for -+. Solution: Add -? to list of special cases. (Hirohito Higashi)
-
Bram Moolenaar authored
Problem: Directly checking 'buftype' value. Solution: Add the bt_normal() function. (Yegappan Lakshmanan)
-
- Jul 31, 2018
-
-
Bram Moolenaar authored
-
- Jul 29, 2018
-
-
Bram Moolenaar authored
Problem: Crash when dumping profiling data. Solution: Reset flag indicating that initialization was done.
-
Bram Moolenaar authored
Problem: Dropping files is ignored while Vim is busy. Solution: Postpone the effect of dropping files until it's safe.
-
Bram Moolenaar authored
Problem: Spaces instead of tabs in makefile. Solution: Use tabs and fix sorting. (Ken Takata)
-
Bram Moolenaar authored
Problem: Too many #ifdefs. Solution: Graduate the +vreplace feature, it's not much code and quite a few #ifdefs.
-
Bram Moolenaar authored
Problem: Mode() does not indicate using CTRL-O from Insert mode. Solution: Add "niI", "niR" and "niV" to mode() result. (closes #3000)
-
Bram Moolenaar authored
-
- Jul 28, 2018
-
-
Bram Moolenaar authored
Problem: Hang in bracketed paste mode when t_PE not encountered. Solution: Break out of the loop when got_int is set. (suggested by Christian Brabandt, closes #3146)
-
Bram Moolenaar authored
Problem: Completing shell command finds sub-directories in $PATH. Solution: Remove EW_DIR when completing an item in $PATH. (Jason Franklin)
-
Bram Moolenaar authored
Problem: Errors are reported for "make install". Solution: Skip missing language files. (Christian Brabandt, closes #3254)
-
Bram Moolenaar authored
Problem: Not enough testing for the Ruby interface. Solution: Add more tests. (Dominique Pelle, closes #3252)
-
Bram Moolenaar authored
Problem: Ruby converts v:true and v:false to a number. Solution: Use Qtrue and Qfalse instead. (Masataka Pocke Kuwabara, closes #3259)
-
Bram Moolenaar authored
Problem: Expanding ## fails to escape backtick. Solution: Escape a backtick in a file name. (closes #3257)
-
Bram Moolenaar authored
Problem: Cannot add matches to another window. (Qiming Zhao) Solution: Add the "window" argument to matchadd() and matchaddpos(). (closes #3260)
-
Bram Moolenaar authored
Problem: Compiler warning for variable set but not used. Solution: Move tilde_file inside #ifdef. (Hirohito Higashi, closes #3255)
-
- Jul 27, 2018
-
-
Bram Moolenaar authored
Problem: Part of file not indented properly. Solution: Adjust the indent. (Ken Takata)
-
Bram Moolenaar authored
Problem: No error if configure --with-x cannot configure X. Solution: Check that when --with-x is used X can be configured.
-
Bram Moolenaar authored
Problem: +autochdir feature not reported by has() or :version. Solution: Add the feature in the list.
-
- Jul 25, 2018
-
-
Bram Moolenaar authored
Problem: CTRL-W CR does not work properly in a quickfix window. Solution: Split the window if needed. (Jason Franklin)
-
Bram Moolenaar authored
Problem: Preferred cursor column not set in interfaces. Solution: Set w_set_curswant when setting the cursor. (David Hotham, closes #3060)
-
Bram Moolenaar authored
Problem: Expanding a file name "~" results in $HOME. (Aidan Shafran) Solution: Change "~" to "./~" before expanding. (closes #3072)
-
Bram Moolenaar authored
Problem: Still a few K&R function declarations. Solution: Use ANSI function declarations (Hirohito Higashi)
-
- Jul 24, 2018
-
-
Bram Moolenaar authored
Problem: Stderr output from Ruby messes up display. Solution: Turn the stderr output into a Vim message. (Masataka Pocke Kuwabara, closes #3238)
-
Bram Moolenaar authored
Problem: File left behind after running individual test. Solution: Delete the file.
-
- Jul 23, 2018
-
-
Bram Moolenaar authored
Problem: Need many menu translation files to cover regions. Solution: When there is no region match, try without. (Christian Brabandt)
-
Bram Moolenaar authored
Problem: Duplicate test function name. Solution: Rename both functions.
-
Bram Moolenaar authored
Problem: Invalid memory access with invalid modeline. Solution: Pass pointer limit. Add a test. (closes #3241)
-
- Jul 22, 2018
-
-
Bram Moolenaar authored
Problem: inputlist() is not tested. Solution: Add a test. (Dominique Pelle, closes #3240)
-